:root{--header-height: 88px;--second-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif;--third-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, sans-serif}body.wb-page--home,body.wb-page--cabinet,body.wb-page--cabinet-miro,body.wb-page--auth{margin:0;padding-top:var(--header-height, 88px)}.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:1000!important;background:#fff!important;box-shadow:0 2px 10px #0000001a!important;padding:8px 0!important;margin:0!important}.header--guest .header__inner{justify-content:flex-start;gap:32px}.header--guest .header__right{margin-left:0;display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%;max-width:none;flex:1 1 auto}.header--guest .header__list{flex:0 0 auto;width:auto;justify-content:flex-start;gap:28px}.header--guest .header__btns{margin-left:auto}.header__container.container{width:100%;max-width:1850px;margin-left:auto;margin-right:auto;padding-left:40px;padding-right:40px;box-sizing:border-box}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%}.header__logo{display:flex;flex-direction:column;gap:3px;text-decoration:none;flex-shrink:0}.header__logo-name{font-weight:500;font-size:41px;line-height:110%;color:#6246ea;font-family:var(--third-family)}.header__logo-sp{font-weight:400;font-size:16px;line-height:110%;letter-spacing:-.04em;color:#717d96;font-family:var(--second-family);opacity:.8}.header__list{display:flex;align-items:center;justify-content:flex-start;gap:2rem;list-style:none;margin:0;padding:0}.header__item-link{font-size:16px;color:#6b7280;text-decoration:none;transition:color .2s ease;font-weight:500}.header__item-link:hover{color:#6246ea}.header__btns{display:flex;align-items:center;gap:1rem}.header__right{display:flex;align-items:center;justify-content:flex-end;gap:32px;width:auto;max-width:none;margin-left:auto;flex:0 0 auto}.header__user-info{display:flex!important;align-items:center!important;gap:12px!important}.header__user-avatar{flex-shrink:0;width:28px;height:28px}.header__user-avatar svg{width:100%;height:100%}.header__user-name{font-weight:600;font-size:14px;color:#1f2937;white-space:nowrap!important;display:inline-block!important;max-width:200px;overflow:hidden;text-overflow:ellipsis;line-height:1.2;text-decoration:none}.header__user-name:hover{color:#6246ea}.header__btn{font-family:var(--second-family);border-radius:6px;transition:all .2s ease;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;min-width:100px;font-weight:600;font-size:14px;line-height:133%;white-space:nowrap;cursor:pointer;text-decoration:none;border:none;background:none}.btn-settings{border:2px solid #6246ea;color:#6246ea;padding:10px 16px;background:#fff}.btn-settings:hover{background:#6246ea;color:#fff}.btn-settings svg path{transition:all .2s ease}.btn-settings:hover path{stroke:#fff}.btn-logout{background:#6246ea!important;color:#fff;padding:10px 16px;border:none;border-radius:6px}.btn-logout:hover{background:#4630b6!important}.btn-log-in{border:2.5px solid #6246ea;color:#6246ea;padding:14px 22px;background:#fff}.btn-log-in:hover{background:#6246ea;color:#fff}.btn-log-in svg path{transition:all .2s ease}.btn-log-in:hover path{stroke:#fff}.btn-teach{border:2.5px solid #6246ea;color:#6246ea;padding:14px 22px;background:#fff}.btn-teach:hover{background:#6246ea;color:#fff}.header__btn-reg{background:#6246ea!important;color:#fff;padding:16px 24px;border:none;border-radius:8px;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-decoration:none;font-weight:600;font-family:var(--second-family)}.header__btn-reg:hover{background:#4630b6!important}.btn-settings svg,.btn-logout svg,.btn-log-in svg{width:16px;height:16px;flex-shrink:0;display:block}.burger-btn{display:none;background:none;border:none;cursor:pointer;padding:0;position:relative;z-index:1001;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.burger-btn svg{width:32px;height:33px}@media(min-width:1321px){.header__right>.header__btns{display:flex}.burger-menu{display:none!important}}@media(max-width:1320px){.header__container.container,body.wb-page--cabinet-miro .header .header__container.container,body.wb-page--board .header .header__container.container{padding-left:20px;padding-right:20px}.header--guest .header__right{margin-left:auto;width:auto;justify-content:flex-end;flex:0 0 auto}.header__right>.header__btns{display:none}.btn-settings,.btn-logout,.btn-log-in,.btn-teach{gap:4px;padding:8px 12px;min-width:80px}.btn-settings svg,.btn-logout svg,.btn-log-in svg{width:14px;height:14px}.header__user-name{font-size:13px}.header__user-avatar{width:24px;height:24px}.burger-btn{display:block}}@media(max-width:768px){.header__btn{min-width:80px;font-size:12px;padding:8px 12px}.header__user-name{display:none}.header__user-info{gap:6px}.header__logo-name{font-size:32px}.header__logo-sp{font-size:14px}}.burger-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;padding:16px;background-color:#0f172a7a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;opacity:0;pointer-events:none;transition:opacity .24s ease}.burger-menu--visible{opacity:1;pointer-events:all}.burger-menu__window{width:min(520px,100%);max-height:min(84vh,760px);overflow:auto;background:#fff;padding:20px;border:1px solid #d1d5db;border-radius:16px;box-shadow:0 24px 70px #0f172a52;display:flex;flex-direction:column;gap:20px;transform:translateY(-12px) scale(.98);transition:transform .24s ease,opacity .24s ease;opacity:0;margin-top:56px}.burger-menu--visible .burger-menu__window{transform:translateY(0) scale(1);opacity:1}.burger-menu__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.burger-menu__brand{font-size:1.35rem;font-weight:800;color:#4c3ae0;letter-spacing:-.02em}.burger-menu__close{width:36px;height:36px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:24px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.burger-menu__close:hover{border-color:#a78bfa;color:#4c1d95;background:#f5f3ff}.burger-menu__window .header__btns{flex-direction:column;align-items:stretch;gap:10px;display:flex}body.wb-page--cabinet-miro .header .header__container.container,body.wb-page--board .header .header__container.container{max-width:none;width:100%;padding-left:40px;padding-right:40px}:root{--wb-purple: #6246ea;--wb-purple-dark: #4b35b5;--wb-bg: #f7f8fc;--wb-card: #fff;--wb-text: #1a1a2e;--wb-muted: #6b7280;--wb-border: #e5e7eb;--wb-danger: #dc2626;--wb-radius: 12px;--wb-shadow: 0 4px 24px rgba(98, 70, 234, .08)}*{box-sizing:border-box}#root{width:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;background:var(--wb-bg);color:var(--wb-text);line-height:1.5}.site-header{background:var(--wb-card);border-bottom:1px solid var(--wb-border);padding:.75rem 1.25rem}.site-header__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-header__brand{font-weight:800;color:var(--wb-text);text-decoration:none;font-size:1.05rem}.site-header__brand span{color:var(--wb-purple)}.site-header__nav{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.wb-shell{max-width:1200px;margin:0 auto;padding:1.25rem}.wb-shell--narrow{max-width:720px}.wb-h1{font-size:1.5rem;margin:0 0 .5rem}.wb-h2{font-size:1.1rem;margin:0 0 .5rem}.wb-lead{color:var(--wb-muted);margin:0 0 1rem}.wb-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:8px;border:none;font-size:.92rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s,color .15s}.wb-btn--primary{background:var(--wb-purple);color:#fff}.wb-btn--primary:hover{background:var(--wb-purple-dark)}.wb-btn--ghost{background:transparent;color:var(--wb-purple);border:1px solid var(--wb-border)}.wb-btn--ghost:hover{background:#6246ea0f}.wb-btn--danger{background:transparent;color:var(--wb-danger);border:1px solid #fecaca}.wb-btn--danger:hover{background:#fef2f2}.wb-btn--sm{padding:.35rem .65rem;font-size:.85rem}.wb-input,.wb-select{width:100%;max-width:100%;padding:.55rem .75rem;border:1px solid var(--wb-border);border-radius:8px;font-size:1rem}.wb-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.wb-password-field{position:relative;width:100%}.wb-password-field .wb-input{padding-right:2.75rem}.wb-password-toggle{position:absolute;top:50%;right:.35rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:8px;background:transparent;color:var(--wb-muted);cursor:pointer;transition:color .15s,background .15s}.wb-password-toggle:hover{color:var(--wb-purple);background:#6246ea14}.wb-password-toggle:focus-visible{outline:2px solid rgba(98,70,234,.45);outline-offset:1px}.wb-form-stack>*+*{margin-top:.75rem}.wb-alert{padding:.75rem 1rem;border-radius:8px;margin:0 0 1rem}.wb-alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.wb-alert--ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.wb-muted{color:var(--wb-muted);font-size:.9rem}.wb-layout{display:grid;grid-template-columns:260px 1fr;gap:1.25rem;align-items:start}@media(max-width:800px){.wb-layout{grid-template-columns:1fr}}.wb-sidebar{background:var(--wb-card);border-radius:var(--wb-radius);border:1px solid var(--wb-border);padding:.75rem;box-shadow:var(--wb-shadow)}.wb-sidebar__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--wb-muted);margin:0 0 .5rem}.wb-folder-list{list-style:none;margin:0;padding:0}.wb-folder-list button{width:100%;text-align:left;padding:.45rem .5rem;border:none;background:transparent;border-radius:6px;cursor:pointer;font:inherit;color:inherit}.wb-folder-list button:hover{background:#6246ea14}.wb-folder-list button.is-active{background:#6246ea26;font-weight:600}.wb-panel{background:var(--wb-card);border-radius:var(--wb-radius);border:1px solid var(--wb-border);padding:1rem 1.25rem;box-shadow:var(--wb-shadow)}.wb-board-card{border:1px solid var(--wb-border);border-radius:var(--wb-radius);padding:.85rem 1rem;margin-bottom:.65rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.wb-board-card__title{font-weight:600;text-decoration:none;color:var(--wb-text)}.wb-board-card__title:hover{color:var(--wb-purple)}.wb-board-card__actions{display:flex;flex-wrap:wrap;gap:.35rem}dialog.wb-dialog{border:none;border-radius:var(--wb-radius);padding:0;box-shadow:0 12px 40px #00000026;max-width:min(420px,94vw)}dialog.wb-dialog::backdrop{background:#00000059}.wb-dialog__inner{padding:1.25rem}.wb-dialog__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.wb-board-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:var(--wb-card);border-bottom:1px solid var(--wb-border)}.wb-board-toolbar__title{font-size:1.1rem;margin:0;flex:1;min-width:0}.wb-board-toolbar__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.wb-board-stage{position:relative;min-height:min(70vh,720px);margin-top:.75rem;background:#fff;border:1px solid var(--wb-border);border-radius:var(--wb-radius);box-shadow:var(--wb-shadow);overflow:hidden;touch-action:none}.wb-board-stage.is-editable{cursor:crosshair}.wb-board-stage.is-editable.is-tool-select .wb-scene-obj{pointer-events:auto;cursor:grab}.wb-scene-obj.is-dragging{cursor:grabbing;opacity:.92;z-index:30}.wb-board-scene-layer{position:absolute;left:0;top:0;pointer-events:none;z-index:5;overflow:visible}.wb-scene-obj{position:absolute;box-sizing:border-box;pointer-events:none;border-radius:6px;font-size:.85rem;line-height:1.35;padding:.35rem .5rem;overflow:hidden;word-break:break-word}.wb-scene-obj--sticky{background:#fef9c3;border:1px solid #fde047;box-shadow:0 2px 8px #00000014}.wb-scene-obj--rect{background:#6246ea1f;border:2px solid rgba(98,70,234,.45)}.wb-scene-obj--image{padding:0;border:1px solid rgba(15,23,42,.12);background:#fff;box-shadow:0 2px 10px #00000014}.wb-scene-obj--image img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.wb-scene-obj__inner--link{cursor:pointer}#btn-upload-image{cursor:pointer;margin:0}.wb-board-stage__hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--wb-muted);font-size:.95rem;pointer-events:none;padding:1rem;text-align:center}.wb-ws-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;padding:.25rem .55rem;border-radius:999px;border:1px solid var(--wb-border);background:#fff;color:var(--wb-muted)}.wb-ws-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:#9ca3af}.wb-ws-badge.is-connecting:before{background:#f59e0b}.wb-ws-badge.is-connected:before,.wb-ws-badge.is-subscribed:before{background:#22c55e}.wb-ws-badge.is-reconnecting:before{background:#f59e0b;animation:wb-ws-pulse 1s ease infinite}.wb-ws-badge.is-error:before{background:#ef4444}@keyframes wb-ws-pulse{0%,to{opacity:1}50%{opacity:.35}}.wb-peer-cursor{position:absolute;left:0;top:0;pointer-events:none;z-index:20;will-change:transform}.wb-peer-cursor__pointer{display:block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:14px solid currentColor;transform:rotate(-25deg);transform-origin:6px 2px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.wb-peer-cursor__label{display:inline-block;margin-top:2px;margin-left:10px;padding:2px 6px;border-radius:4px;font-size:.68rem;font-weight:700;color:#fff;letter-spacing:.02em;white-space:nowrap}.wb-settings-block+.wb-settings-block{margin-top:1.25rem}.wb-settings-list{list-style:none;margin:0 0 1rem;padding:0}.wb-settings-list__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--wb-border)}.wb-settings-list__item:last-child{border-bottom:none}.wb-settings-form{max-width:28rem;margin-top:.5rem}.wb-new-link{margin-top:1rem;padding:.85rem 1rem;border-radius:var(--wb-radius);border:1px dashed var(--wb-border);background:#6246ea0a}.wb-new-link .wb-input{margin:.35rem 0 .65rem}.wb-settings-inline{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin:0 0 .75rem;cursor:pointer}body.wb-page--home{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0;min-height:100vh;min-height:100dvh;background-color:#eef6ff;background-image:linear-gradient(165deg,#f4f2ff,#f7f8fc 38%,#eef6ff);background-repeat:no-repeat;background-attachment:fixed;background-size:100% 100%}body.wb-page--home.wb-page--guest-landing{background-color:#f0f9ff;background-image:linear-gradient(160deg,#ede9fe,#f8fafc 45%,#f0f9ff)}.wb-shell--home{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box}.wb-main--home{min-height:auto}.wb-home-hero{position:relative;text-align:center;padding:.5rem 0 1.5rem;max-width:40rem;margin:0 auto .5rem}.wb-home-hero__glow{position:absolute;left:50%;top:20%;transform:translate(-50%,-50%);width:min(520px,120vw);height:220px;background:radial-gradient(ellipse at center,rgba(98,70,234,.18) 0%,rgba(14,165,233,.06) 45%,transparent 70%);pointer-events:none;z-index:0}.wb-home-hero__eyebrow{position:relative;z-index:1;margin:0 0 .35rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--wb-purple)}.wb-home-hero__title{position:relative;z-index:1;font-size:clamp(1.65rem,4vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0 0 .65rem;background:linear-gradient(120deg,#1a1a2e,#4338ca 55%,#0369a1);-webkit-background-clip:text;background-clip:text;color:transparent}.wb-home-hero__lead{position:relative;z-index:1;margin:0 auto;font-size:1.05rem;line-height:1.55;max-width:36rem;color:var(--wb-muted)}.wb-home-steps{list-style:none;margin:0 auto 2rem;padding:0;max-width:52rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.wb-home-step{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:#ffffffbf;border:1px solid rgba(229,231,235,.95);border-radius:14px;box-shadow:0 2px 12px #0f172a0a}.wb-home-step__n{flex-shrink:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(145deg,#6246ea,#4338ca);color:#fff;font-weight:800;font-size:.95rem}.wb-home-step__title{display:block;font-size:.95rem;font-weight:700;color:var(--wb-text);margin-bottom:.15rem}.wb-home-step__text{margin:0;font-size:.82rem;line-height:1.45;color:var(--wb-muted)}.wb-home-features{margin:2rem 0 2.75rem}.wb-home-features__head{text-align:center;margin-bottom:1.5rem}.wb-home-features__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--wb-text)}.wb-home-features__sub{margin:0 auto;font-size:.95rem;color:var(--wb-muted);max-width:28rem}.wb-home-feature-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.wb-home-feature{background:#ffffffeb;border:1px solid rgba(229,231,235,.95);border-radius:16px;padding:1.15rem 1.2rem 1.2rem;box-shadow:0 2px 16px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.wb-home-feature:hover{border-color:#6246ea38;box-shadow:0 8px 28px #6246ea1a;transform:translateY(-2px)}.wb-home-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:linear-gradient(145deg,#6246ea1f,#0ea5e91a);color:var(--wb-purple-dark);margin-bottom:.65rem}.wb-home-feature__icon svg{flex-shrink:0}.wb-home-feature__name{margin:0 0 .4rem;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--wb-text)}.wb-home-feature__text{margin:0;font-size:.875rem;line-height:1.5;color:var(--wb-muted)}.wb-home-cta{margin-top:.5rem}.wb-home-cta__title{margin:0 0 1.1rem;font-size:1.15rem;font-weight:800;text-align:center;letter-spacing:-.02em;color:var(--wb-text)}.wb-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.wb-cards--home{gap:1.5rem;align-items:stretch}.wb-page--home .wb-card{position:relative;overflow:hidden;background:var(--wb-card);padding:1.5rem 1.35rem 1.4rem;border-radius:18px;border:1px solid rgba(229,231,235,.9);box-shadow:0 10px 40px #0f172a12,0 2px 8px #0f172a0a}.wb-page--home .wb-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--wb-purple) 0%,#0ea5e9 100%);opacity:.85;pointer-events:none}.wb-card__badge{display:inline-block;margin:0 0 .65rem;padding:.28rem .65rem;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;background:#f1f5f9;color:#64748b}.wb-card__badge--accent{background:linear-gradient(120deg,#6246ea24,#0ea5e91f);color:var(--wb-purple-dark)}.wb-page--home .wb-h2{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem}.wb-card__intro{margin:0 0 .85rem;font-size:.95rem;color:var(--wb-muted);line-height:1.45}.wb-card__intro--secondary{margin-top:.75rem;margin-bottom:0;font-size:.88rem}.wb-card__intro a{color:var(--wb-purple);font-weight:600}.wb-card__notice{margin:0 0 1rem;padding:.65rem .85rem;font-size:.82rem;line-height:1.45;color:#92400e;background:linear-gradient(90deg,#fffbeb,#fef9c3);border:1px solid #fde68a;border-radius:10px;border-left:3px solid #f59e0b}.wb-card__list{margin:0 0 1.15rem;padding-left:1.15rem;font-size:.9rem;line-height:1.55;color:var(--wb-muted)}.wb-card__list li{margin-bottom:.25rem}.wb-page--home .wb-form{margin-top:.25rem}.wb-page--home .wb-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem;color:var(--wb-text)}.wb-page--home .wb-input{width:100%;padding:.55rem .75rem;border:1px solid var(--wb-border);border-radius:10px;font-size:.95rem;font-family:inherit;margin-bottom:.65rem;background:#fff}.wb-page--home .wb-input:focus{outline:none;border-color:#a78bfa;box-shadow:0 0 0 3px #6246ea1f}.wb-btn--lg{padding:.65rem 1.25rem;font-size:1rem;border-radius:10px;width:100%;margin-top:.15rem;justify-content:center}.wb-page--home .wb-card--account .wb-btn--lg{margin-top:.35rem}.wb-page--home .wb-card--external .wb-btn+.wb-btn{margin-top:.55rem}.wb-page--home .wb-alert{max-width:40rem;margin:0 auto 1.25rem}@media(min-width:900px){.wb-cards--home{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.wb-shell--home{padding-left:1rem;padding-right:1rem}.wb-home-steps{grid-template-columns:1fr}}body.wb-page--auth{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}.wb-shell--auth{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box}.wb-auth-main{display:flex;justify-content:center;padding:.25rem 0 1rem}.wb-auth-card{width:100%;max-width:28rem}.wb-auth-card .wb-form-stack{margin-top:.35rem}.wb-auth-card .wb-form-stack>*+*{margin-top:.85rem}.wb-auth-card .wb-form-field+.wb-form-field{margin-top:.15rem}.wb-auth-link{display:inline-block;margin:.15rem 0 .35rem;font-size:.88rem;color:var(--wb-purple);font-weight:600;text-decoration:none}.wb-auth-link:hover{text-decoration:underline}.wb-auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0 1rem;color:var(--wb-muted);font-size:.85rem}.wb-auth-divider:before,.wb-auth-divider:after{content:"";flex:1;height:1px;background:var(--wb-border)}.wb-auth-footer{margin:1rem 0 0;text-align:center;font-size:.88rem;line-height:1.5;color:var(--wb-muted)}.wb-auth-footer a{color:var(--wb-purple);font-weight:600;text-decoration:none}.wb-auth-footer a:hover{text-decoration:underline}.wb-page--auth .wb-alert{margin-bottom:1rem}@media(max-width:600px){.wb-shell--auth{padding-left:1rem;padding-right:1rem}}.wb-page--board{overflow:hidden}.wb-board-shell{display:flex;flex-direction:column;height:100vh;height:100dvh;background:#f1f5f9}.wb-board-toolbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;background:#fff;border-bottom:1px solid rgba(15,23,42,.08);flex-shrink:0;z-index:50}.wb-board-school-promo{flex-shrink:0;z-index:48;background:linear-gradient(90deg,#f1f4fc,#efeaff 55%,#e8f7f6);border-bottom:1px solid rgba(98,70,234,.18)}.wb-board-school-promo__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.45rem 1rem;padding:.4rem 1rem;max-width:100%}.wb-board-school-promo__copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .65rem;min-width:0}.wb-board-school-promo__brand{font-weight:750;font-size:.82rem;letter-spacing:.01em;color:#6246ea}.wb-board-school-promo__title{font-size:.82rem;font-weight:600;color:#1e1b4b}.wb-board-school-promo__sub{font-size:.75rem;color:#475569}.wb-board-school-promo__cta{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.35rem .85rem;border-radius:999px;font-size:.78rem;font-weight:650;text-decoration:none;color:#fff;background:#6246ea;border:1px solid rgba(98,70,234,.35);box-shadow:0 1px #0f172a0f}.wb-board-school-promo__cta:hover{background:#5238d4;color:#fff}@media(max-width:640px){.wb-board-school-promo__sub{display:none}}.wb-bug-report-dialog__form{display:flex;flex-direction:column;gap:.5rem}.wb-bug-report-dialog__label{font-size:.8rem;font-weight:600;color:#334155}.wb-bug-report-dialog__input,.wb-bug-report-dialog__textarea{width:100%;box-sizing:border-box}.wb-bug-report-dialog__textarea{resize:vertical;min-height:7rem}.wb-bug-report-dialog__foot{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.wb-board-toolbar__title{margin:0;font-size:1.05rem;font-weight:650;color:#0f172a;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-board-toolbar__actions{display:flex;flex-wrap:nowrap;align-items:center;gap:.4rem;flex-shrink:0}.wb-board-menu__item--narrow-only{display:none}@media(max-width:1200px){.wb-board-toolbar__action--wide-only{display:none!important}.wb-board-menu__item--narrow-only{display:block}.wb-board-menu__item--wide-only{display:none!important}}.wb-board-toolbar.is-compact .wb-board-toolbar__action--wide-only{display:none!important}.wb-board-toolbar.is-compact .wb-board-menu__item--narrow-only{display:block}.wb-board-toolbar.is-compact .wb-board-menu__item--wide-only{display:none!important}.wb-board-workspace{flex:1;min-height:0;display:flex;align-items:stretch;position:relative}.wb-board-main{flex:1;min-width:0;min-height:0;position:relative;display:flex;flex-direction:column}.wb-board-status{flex-shrink:0;padding:.35rem .75rem .25rem;z-index:45;background:#f1f5f9;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.wb-view-only-chip{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.01em;color:#334155;background:#e2e8f0;border:1px solid rgba(15,23,42,.08);white-space:nowrap}.wb-board-main--view-only .wb-board-viewport,.wb-board-main--view-only .wb-board-stage.is-tool-hand{cursor:grab}.wb-canvas-wrap{flex:1;min-height:0;position:relative;margin:0 .5rem .5rem;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f;background:#ececec}.wb-board-viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;touch-action:none;outline:none;background-color:#f7f7f8}.wb-board-viewport.is-presenting{filter:none}.wb-board-grid-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.wb-board-viewport__inner{position:absolute;left:0;top:0;width:0;height:0;z-index:1;transform-origin:0 0}.wb-board-viewport__inner.is-navigating{will-change:transform}.wb-board-world{position:relative;z-index:1}.wb-board-stage{position:relative;width:100%;height:100%;min-height:100%;margin:0;background:transparent;touch-action:none;overflow:visible}.wb-board-stage.is-editable{cursor:default}.wb-board-stage.is-tool-pen,.wb-board-stage.is-tool-eraser,.wb-board-stage.is-tool-frame,.wb-board-stage.is-tool-shape,.wb-board-stage.is-tool-sticky,.wb-board-stage.is-tool-text{cursor:crosshair}.wb-board-stage.is-tool-hand{cursor:grab}.wb-board-stage.is-tool-hand.is-hand-dragging,.wb-board-stage.is-tool-hand.is-hand-dragging-ready.is-hand-dragging{cursor:grabbing}.wb-board-scene-layer{position:absolute;left:0;top:0;overflow:visible;pointer-events:none;z-index:5}.wb-board-flash{position:fixed;right:1rem;top:4.5rem;z-index:80;pointer-events:none}.wb-board-flash>*{pointer-events:auto}.wb-floating-toolbar{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);z-index:42}.wb-zoom-controls{position:absolute;right:1rem;bottom:1rem;z-index:42;display:inline-flex;align-items:center;gap:.15rem;padding:.25rem;background:#fffffff2;border:1px solid rgba(15,23,42,.08);border-radius:10px;box-shadow:0 6px 20px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wb-zoom-btn{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#334155;font-size:1.05rem;font-weight:700;cursor:pointer;line-height:1}.wb-zoom-btn:hover{background:#0f172a0f}.wb-zoom-readout{min-width:3.2rem;text-align:center;font-size:.78rem;font-weight:700;color:#475569;font-variant-numeric:tabular-nums}.wb-zoom-btn--fit{display:inline-flex;align-items:center;justify-content:center;border-left:1px solid rgba(15,23,42,.08);margin-left:2px}.wb-zoom-btn--map{display:inline-flex;align-items:center;justify-content:center;border-left:1px solid rgba(15,23,42,.08);margin-left:2px;color:#64748b}.wb-minimap{position:absolute;right:1rem;bottom:3.75rem;z-index:42;width:168px;height:118px;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #0f172a24;border:1px solid rgba(15,23,42,.08);cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none;background:#f1f5f9}.wb-selection-toolbar{position:fixed;left:50%;top:3.25rem;transform:translate(-50%);z-index:60;display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;max-width:calc(100% - 1.5rem);padding:.4rem .55rem;background:#fffffff7;border:1px solid rgba(15,23,42,.1);border-radius:12px;box-shadow:0 10px 28px #0f172a24}.wb-selection-toolbar__actions{display:flex;flex-wrap:wrap;gap:.25rem}.wb-selection-toolbar__btn{border:1px solid var(--wb-border, #e5e7eb);background:#fff;color:#334155;font-size:.78rem;font-weight:650;padding:.28rem .5rem;border-radius:7px;cursor:pointer}.wb-selection-toolbar__btn:hover{background:#f8fafc}.wb-selection-toolbar__btn--danger{color:#dc2626;border-color:#fecaca}.wb-stroke-picker{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;padding-right:.35rem;border-right:1px solid #e2e8f0}.wb-stroke-picker__swatches,.wb-stroke-picker__widths,.wb-stroke-picker__dashes{display:flex;gap:.2rem;align-items:center}.wb-stroke-picker__swatch,.wb-stroke-picker__width,.wb-stroke-picker__dash{width:26px;height:26px;border-radius:7px;border:2px solid transparent;background:#fff;cursor:pointer;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center}.wb-stroke-picker__swatch:hover,.wb-stroke-picker__width:hover,.wb-stroke-picker__dash:hover{border-color:#6246ea59}.wb-stroke-picker__width-dot{display:block;border-radius:50%;background:#1a1a2e}.wb-selection-marquee{position:absolute;border:1.5px dashed rgba(98,70,234,.75);background:#6246ea14;pointer-events:none;z-index:25}.wb-board-selection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none;z-index:20}.wb-selection-frame{position:absolute;left:0;top:0;pointer-events:none}.wb-selection-frame__box{position:absolute;box-sizing:border-box;border:1.5px dashed #6246ea;pointer-events:auto;cursor:move}.wb-selection-handle{position:absolute;width:8px;height:8px;margin-left:-4px;margin-top:-4px;box-sizing:border-box;background:#fff;border:1.5px solid #6246ea;border-radius:1px;pointer-events:auto;z-index:2}.wb-selection-handle--nw{cursor:nwse-resize}.wb-selection-handle--n{cursor:ns-resize}.wb-selection-handle--ne{cursor:nesw-resize}.wb-selection-handle--e{cursor:ew-resize}.wb-selection-handle--se{cursor:nwse-resize}.wb-selection-handle--s{cursor:ns-resize}.wb-selection-handle--sw{cursor:nesw-resize}.wb-selection-handle--w{cursor:ew-resize}.wb-selection-handle--rotate{width:10px;height:10px;margin-left:-5px;margin-top:-5px;border-radius:50%;cursor:grab}.wb-selection-frame__rotate-stem{position:absolute;width:1px;margin-left:-.5px;background:#6246ea;pointer-events:none}.wb-selection-frame--locked .wb-selection-handle,.wb-selection-frame--locked .wb-selection-frame__rotate-stem,.wb-selection-frame--segment-only .wb-selection-handle,.wb-selection-frame--segment-only .wb-selection-frame__box{display:none}.wb-selection-frame--stroke-chrome .wb-selection-frame__box{pointer-events:none;cursor:default}.wb-smart-guide{position:absolute;pointer-events:none;z-index:19;box-sizing:border-box}.wb-smart-guide--x{width:0;border-left:2px dashed rgba(98,70,234,.95);filter:drop-shadow(0 0 2px rgba(255,255,255,.95))}.wb-smart-guide--y{height:0;border-top:2px dashed rgba(98,70,234,.95);filter:drop-shadow(0 0 2px rgba(255,255,255,.95))}.wb-smart-guides-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:19}.wb-spacing-guide{position:absolute;pointer-events:none;background:#0ea5e9e6}.wb-spacing-guide__cap{position:absolute;width:6px;height:6px;margin-left:-3px;margin-top:-3px;border-radius:50%;background:#0ea5e9f2;pointer-events:none}.wb-spacing-guide__label{position:absolute;transform:translate(-50%,-50%);padding:1px 5px;border-radius:999px;background:#0ea5e9f2;color:#fff;font-size:10px;font-weight:700;line-height:1.2;pointer-events:none;white-space:nowrap}.wb-segment-point-handles{pointer-events:none}.wb-segment-point-handle{fill:#fff;stroke:#2563eb;stroke-width:1.5;cursor:grab;pointer-events:all}.wb-connector-anchor{fill:#fff;stroke:#16a34a;stroke-width:1.5;cursor:crosshair;pointer-events:all}.wb-connector-anchor.is-bound{fill:#16a34a}.wb-pdf-nav{position:absolute;left:8px;bottom:8px;z-index:2;display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .35rem;border-radius:8px;background:#ffffffeb;box-shadow:0 1px 4px #0f172a1f;pointer-events:all}.wb-pdf-nav__btn{cursor:pointer;border:none;background:transparent;font-size:.95rem;line-height:1;padding:.15rem .35rem}.wb-pdf-nav__label{font-size:.75rem;font-weight:650;color:#334155;min-width:2.5rem;text-align:center}.wb-pdf-thumbs{box-sizing:border-box;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;padding:8px;background:#0f172aeb;border-radius:12px;border:1px solid rgba(248,250,252,.08);pointer-events:all;scrollbar-width:thin}.wb-pdf-thumbs__btn{position:relative;display:block;box-sizing:border-box;width:100%;height:108px;flex:0 0 108px;padding:0;border:2px solid transparent;border-radius:8px;background:#f1f5f9;cursor:pointer;overflow:hidden}.wb-pdf-thumbs__btn:disabled{cursor:default;opacity:.9}.wb-pdf-thumbs__btn.is-active{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf873}.wb-pdf-thumbs__btn img{display:block;width:100%;height:100%;object-fit:contain;object-position:center top;background:#f8fafc;pointer-events:none}.wb-pdf-thumbs__num{position:absolute;left:5px;top:5px;z-index:1;min-width:1.2rem;padding:.1rem .35rem;border-radius:5px;background:#0f172ac7;color:#f8fafc;font-size:.7rem;font-weight:700;line-height:1.2;text-align:center}.wb-shape-flyout{position:relative;left:auto;bottom:auto;transform:none;z-index:auto;display:flex;flex-wrap:wrap;gap:.25rem;padding:.3rem;background:transparent;border:none;border-radius:10px;box-shadow:none}.wb-tool-rail--variants .wb-shape-flyout{flex-direction:column;align-items:center}.wb-shape-flyout__btn{width:36px;height:32px;border:none;border-radius:8px;background:transparent;cursor:pointer;font-size:1rem;color:#334155}.wb-shape-flyout__btn:hover{background:#0f172a0d}.wb-shape-flyout__btn.is-active{background:#6246ea1f;color:var(--wb-purple, #6246ea)}.wb-tool-rail--widgets{max-width:220px;max-height:min(70vh,520px);overflow:auto}.wb-widgets-flyout{display:flex;flex-direction:column;gap:.35rem;padding:.25rem;min-width:200px}.wb-widgets-flyout__item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.45rem .55rem;border:1px solid transparent;border-radius:10px;background:transparent;text-align:left;cursor:pointer;color:#334155}.wb-widgets-flyout__item:hover{background:#0f172a0d;border-color:#6246ea33}.wb-widgets-flyout__title{font-size:.82rem;font-weight:700;line-height:1.25}.wb-widgets-flyout__desc{font-size:.72rem;line-height:1.3;color:#64748b}.wb-text-overlay-editor{position:absolute;z-index:40;min-width:40px;min-height:1.2em;padding:.15rem .25rem;margin:0;border:2px solid rgba(98,70,234,.55);border-radius:4px;background:#ffffffeb;outline:none;white-space:pre-wrap;word-break:break-word;line-height:1.35;box-shadow:0 4px 16px #0f172a1f}.wb-text-overlay-editor--sticky{background:#fef9c3}.wb-text-overlay-editor--frame-title{cursor:text}.wb-presentation-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:.5rem;pointer-events:none}.wb-presentation-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c;border:none;cursor:pointer;pointer-events:auto}.wb-presentation-overlay__panel{position:relative;z-index:1;width:min(1280px,98vw);height:min(96vh,980px);max-height:96vh;display:flex;flex-direction:column;background:#0f172a;border-radius:14px;overflow:hidden;box-shadow:0 24px 64px #00000059;pointer-events:auto}.wb-presentation-overlay.is-board-draw{align-items:flex-end;padding:0}.wb-presentation-overlay.is-board-draw .wb-presentation-overlay__panel{width:100%;max-width:none;height:min(44vh,420px);max-height:44vh;border-radius:14px 14px 0 0;box-shadow:0 -12px 40px #0f172a59}.wb-presentation-overlay.is-board-draw .wb-presentation-overlay__thumbs{flex:0 0 5.5rem;max-width:5.5rem}.wb-presentation-overlay__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#1e293b;color:#f8fafc}.wb-presentation-overlay__title{margin:0;font-size:1rem}.wb-presentation-overlay__title-wrap{display:flex;align-items:center;gap:.5rem;min-width:0}.wb-presentation-overlay__live-badge{font-size:.7rem;font-weight:700;padding:.15rem .45rem;border-radius:999px;background:#ef4444;color:#fff}.wb-presentation-overlay__header-actions{display:flex;gap:.35rem;flex-wrap:wrap}.wb-presentation-overlay__stage{flex:1;min-height:0;display:flex;flex-direction:row;background:#020617}.wb-presentation-overlay__thumbs{flex:0 0 7.5rem;max-width:7.5rem;overflow-y:auto;overflow-x:hidden;padding:.55rem .45rem;display:flex;flex-direction:column;gap:.4rem;background:#0f172a;border-right:1px solid #1e293b}.wb-presentation-overlay__thumb{position:relative;display:block;width:100%;padding:0;border:2px solid transparent;border-radius:6px;background:#1e293b;cursor:pointer;overflow:hidden;aspect-ratio:4 / 3}.wb-presentation-overlay__thumb:disabled{cursor:default;opacity:.85}.wb-presentation-overlay__thumb.is-active{border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf859}.wb-presentation-overlay__thumb img{display:block;width:100%;height:100%;object-fit:cover}.wb-presentation-overlay__thumb-num{position:absolute;left:.25rem;top:.2rem;z-index:1;font-size:.65rem;font-weight:700;color:#fff;background:#0f172ab8;padding:.05rem .3rem;border-radius:4px}.wb-presentation-overlay__body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#020617}@media(max-width:720px){.wb-presentation-overlay__stage{flex-direction:column}.wb-presentation-overlay__thumbs{flex:0 0 auto;max-width:none;width:100%;flex-direction:row;overflow-x:auto;overflow-y:hidden;border-right:none;border-bottom:1px solid #1e293b}.wb-presentation-overlay__thumb{flex:0 0 5.5rem;width:5.5rem}}.wb-presentation-overlay__page{max-width:100%;max-height:min(70vh,720px);object-fit:contain}.wb-presentation-overlay__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;background:#1e293b}.wb-presentation-overlay__pager{color:#cbd5e1;font-size:.85rem;font-weight:650}.wb-board-call-split{display:flex;flex:1;min-height:0;width:100%;position:relative}.wb-board-call-split__board{flex:1 1 calc(100% * var(--wb-board-ratio, 1));min-width:0;min-height:0;position:relative;display:flex;flex-direction:column}.wb-board-call-split__handle{width:6px;flex-shrink:0;cursor:col-resize;background:#e2e8f0;position:relative;z-index:5}.wb-board-call-split__handle:hover,.wb-board-call-split__handle:active{background:#6246ea73}.wb-board-call-split__panel{flex:0 0 calc(100% * var(--wb-call-ratio, .38));min-width:0;background:#0f172a;border-left:1px solid rgba(15,23,42,.2);display:flex;flex-direction:column}.wb-board-call-split__frame{flex:1;width:100%;border:none;background:#0f172a}.wb-pen-preview,.wb-shape-preview{pointer-events:none}.wb-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.wb-pdf-import-progress{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:55;padding:.65rem 1rem;border-radius:10px;background:#0f172ae0;color:#fff;font-size:.88rem;font-weight:650;box-shadow:0 8px 24px #00000040;pointer-events:none}.wb-scene-obj__inner--audio{box-sizing:border-box;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:.35rem;padding:.45rem .55rem;border-radius:10px;background:#f8fafc;border:1px solid #cbd5e1;box-shadow:0 1px 2px #0f172a0f;overflow:hidden;pointer-events:auto}.wb-scene-obj--timer{pointer-events:auto}.wb-audio-card__title{font-size:.75rem;font-weight:650;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.wb-audio-card__player{width:100%;height:32px;max-width:100%}.wb-audio-card__status{font-size:.7rem;font-weight:600;color:#64748b}.wb-scene-obj--timer,.wb-scene-obj--timer *,.wb-scene-obj--frame{pointer-events:auto}.wb-frame-rect{stroke-width:2;vector-effect:non-scaling-stroke}.wb-frame-title{font-size:14px;font-family:system-ui,sans-serif;font-weight:600;pointer-events:none;-webkit-user-select:none;user-select:none}.wb-frame-preview{pointer-events:none;z-index:40}.wb-frame-preview__rect{fill:#94a3b81f;stroke:#64748b;stroke-width:2;stroke-dasharray:6 4;vector-effect:non-scaling-stroke}.wb-timer-card{box-sizing:border-box;width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.35rem;padding:.55rem .65rem;border-radius:12px;background:#fff;border:1px solid #cbd5e1;box-shadow:0 2px 8px #0f172a14;pointer-events:auto;-webkit-user-select:none;user-select:none}.wb-timer-card.is-running{border-color:#6246ea73;box-shadow:0 2px 10px #6246ea1f}.wb-timer-card.is-finished{border-color:#dc262666;background:#fff7f7}.wb-timer-card__title{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.wb-timer-card__time{font-size:1.85rem;font-weight:750;font-variant-numeric:tabular-nums;line-height:1.1;color:#0f172a;text-align:center}.wb-timer-card.is-finished .wb-timer-card__time{color:#dc2626}.wb-timer-card__presets{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center}.wb-timer-card__preset{border:1px solid #e2e8f0;background:#f8fafc;border-radius:999px;padding:.15rem .45rem;font-size:.72rem;font-weight:650;color:#334155;cursor:pointer}.wb-timer-card__preset.is-active,.wb-timer-card__preset:hover{border-color:#6246ea73;color:#6246ea;background:#f3f0ff}.wb-timer-card__actions{display:flex;gap:.35rem;justify-content:center}.wb-timer-card__btn{border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:.28rem .65rem;font-size:.78rem;font-weight:650;color:#334155;cursor:pointer}.wb-timer-card__btn:hover{background:#f8fafc}.wb-timer-card__btn--primary{background:#6246ea;border-color:#6246ea;color:#fff}.wb-timer-card__btn--primary:hover{background:#5338d4}.wb-scene-obj--calculator,.wb-scene-obj--calculator *{pointer-events:auto}.wb-calc-card{box-sizing:border-box;width:100%;height:100%;display:flex;flex-direction:column;gap:.25rem;padding:.4rem;border-radius:10px;background:#fff;border:1px solid #cbd5e1;box-shadow:0 2px 8px #0f172a14;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;overflow:hidden;font-family:Segoe UI,system-ui,sans-serif}.wb-calc-card__title{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b;flex-shrink:0}.wb-calc-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-shrink:0}.wb-calc-card__edit{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #c7d2fe;background:#eef2ff;color:#4338ca;border-radius:999px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;cursor:pointer;flex-shrink:0}.wb-calc-card__edit:hover:not(:disabled){background:#e0e7ff}.wb-calc-card__edit:disabled{opacity:.5;cursor:default}.wb-calc-card__hint{font-size:.65rem;color:#94a3b8;flex-shrink:0}.wb-calc-card__tabs{display:flex;gap:.25rem;flex-shrink:0}.wb-calc-card__tab{flex:1;border:1px solid #e2e8f0;background:#f8fafc;border-radius:7px;padding:.2rem .25rem;font-size:.7rem;font-weight:650;color:#475569;cursor:pointer}.wb-calc-card__tab.is-active{background:#6246ea;border-color:#6246ea;color:#fff}.wb-calc-card__pane{flex:1;min-height:0;display:flex;flex-direction:column;gap:.3rem;overflow:hidden}.wb-calc-card__history{display:flex;flex-direction:column;gap:.08rem;max-height:2.4rem;overflow:hidden;flex-shrink:0}.wb-calc-card__history-item{font-size:.68rem;color:#64748b;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wb-calc-card__expr{min-height:1rem;font-size:.72rem;color:#94a3b8;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.wb-calc-card__display{box-sizing:border-box;min-height:1.75rem;padding:.22rem .4rem;border-radius:7px;background:#0f172a;color:#f8fafc;font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.2;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.wb-calc-card__display--convert{flex:1;display:flex;align-items:center;justify-content:flex-end}.wb-calc-card__angle{font-size:.65rem;font-weight:700;color:#6246ea;text-align:right;flex-shrink:0}.wb-calc-card__pad{display:flex;flex-direction:column;gap:.16rem;flex:1;min-height:0;overflow:auto}.wb-calc-card__row{display:grid;gap:.16rem;flex:1;min-height:1.35rem}.wb-calc-card__row--4{grid-template-columns:repeat(4,minmax(0,1fr))}.wb-calc-card__row--5{grid-template-columns:repeat(5,minmax(0,1fr))}.wb-calc-card__btn{border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;min-height:1.35rem;height:100%;padding:.08rem .1rem;font-size:.72rem;font-weight:650;color:#0f172a;cursor:pointer}.wb-calc-card__btn--spacer{visibility:hidden;pointer-events:auto;border:none;background:transparent}.wb-calc-card__btn:hover:not(:disabled){background:#f1f5f9}.wb-calc-card__btn:disabled{opacity:.55;cursor:default}.wb-calc-card__btn--muted{background:#e2e8f0;color:#334155}.wb-calc-card__btn--muted.is-active{background:#c7d2fe;border-color:#818cf8;color:#3730a3}.wb-calc-card__btn--fn{background:#f1f5f9;color:#334155;font-size:.66rem}.wb-calc-card__btn--op{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.wb-calc-card__btn--eq{background:#6246ea;border-color:#6246ea;color:#fff}.wb-calc-card__btn--eq:hover:not(:disabled){background:#5338d4}.wb-calc-card__pane--graph{flex-direction:row;gap:.45rem}.wb-calc-card__plot-wrap{flex:1.2;min-width:0;display:flex;flex-direction:column;gap:.25rem;position:relative}.wb-calc-card__plot{flex:1;width:100%;min-height:110px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc}.wb-calc-card__zoom{position:absolute;right:6px;bottom:6px;display:flex;flex-direction:column;gap:.2rem}.wb-calc-card__zoom .wb-calc-card__btn{min-width:1.6rem;min-height:1.6rem;padding:0;font-size:.85rem}.wb-calc-card__graph-side{flex:.9;min-width:0;display:flex;flex-direction:column;gap:.35rem}.wb-calc-card__input{box-sizing:border-box;width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .5rem;font-size:.85rem;font-weight:600;color:#0f172a;background:#fff}.wb-calc-card__pad--graph-keys{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.22rem;flex-direction:unset;overflow:auto}.wb-calc-card__pad--graph-keys .wb-calc-card__btn{min-height:1.4rem;height:auto}.wb-calc-card__pane--convert{flex-direction:row;gap:.5rem}.wb-calc-card__cat-list{flex:0 0 38%;overflow:auto;display:flex;flex-direction:column;gap:.15rem;border-right:1px solid #e2e8f0;padding-right:.35rem}.wb-calc-card__cat{text-align:left;border:none;background:transparent;border-radius:6px;padding:.35rem .45rem;font-size:.78rem;font-weight:600;color:#334155;cursor:pointer}.wb-calc-card__cat.is-active{background:#eef2ff;color:#4338ca}.wb-calc-card__convert-form{flex:1;display:flex;flex-direction:column;gap:.45rem;justify-content:center;min-width:0}.wb-calc-card__convert-row{display:flex;gap:.35rem;align-items:stretch}.wb-calc-card__select{flex:0 0 5.5rem;border:1px solid #cbd5e1;border-radius:8px;padding:.3rem;font-size:.78rem;background:#fff}.wb-calc-card__swap{align-self:center;min-width:2.2rem}@media(max-width:640px){.wb-canvas-wrap{margin:0 .25rem .25rem;border-radius:8px}.wb-zoom-controls{right:.5rem;bottom:.5rem}.wb-selection-toolbar{top:2.75rem}}.wb-board-collab{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.wb-board-collab__toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:8px;border:1px solid var(--wb-border);background:#fff;color:var(--wb-text);font-size:.85rem;font-weight:600;cursor:pointer}.wb-board-collab__toggle:hover,.wb-board-collab__toggle.is-open{background:#6246ea0f;border-color:#6246ea59}.wb-board-participants{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.wb-board-participants__list{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;margin:0;padding:0}.wb-board-participants__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem .2rem .35rem;border-radius:999px;background:#fff;border:1px solid var(--wb-border);font-size:.78rem;font-weight:600;cursor:pointer}.wb-board-participants__chip.is-self{border-color:#6246ea73;background:#f3f0ff}.wb-board-participants__chip.is-following{box-shadow:0 0 0 2px #6246ea59}.wb-board-participants__dot{width:8px;height:8px;border-radius:50%;background:var(--wb-purple);flex-shrink:0}.wb-board-participants__unfollow{border:1px solid rgba(98,70,234,.35);background:#6246ea14;color:#4c1d95;font-size:.78rem;font-weight:600;cursor:pointer;padding:.2rem .55rem;border-radius:999px}.wb-board-participants__unfollow:hover{background:#6246ea24}.wb-board-access-panel{position:absolute;top:2.75rem;left:.75rem;z-index:60;width:min(380px,calc(100vw - 1.5rem));max-height:min(70vh,560px);overflow:auto;background:#fff;border-radius:12px;border:1px solid var(--wb-border);box-shadow:0 16px 48px #0f172a2e}.wb-board-access-panel__head{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-bottom:1px solid var(--wb-border)}.wb-board-access-panel__title{margin:0;font-size:1rem}.wb-board-access-panel__close{border:none;background:transparent;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--wb-muted)}.wb-board-access-panel__tabs{display:flex;gap:.25rem;padding:.5rem .75rem 0}.wb-board-access-panel__tabs button{flex:1;border:none;background:transparent;padding:.45rem .5rem;border-radius:8px;font-size:.82rem;font-weight:600;color:var(--wb-muted);cursor:pointer}.wb-board-access-panel__tabs button.is-active{background:#6246ea1a;color:var(--wb-purple)}.wb-board-access-panel__body{padding:.75rem 1rem 1rem}.wb-board-access-panel__muted{color:var(--wb-muted);font-size:.85rem}.wb-board-access-panel__list{list-style:none;margin:0;padding:0}.wb-board-access-panel__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem 0;border-bottom:1px solid #f1f5f9;font-size:.85rem}.wb-board-access-panel__role-badge{font-size:.72rem;font-weight:700;color:var(--wb-purple);background:#6246ea14;padding:.15rem .45rem;border-radius:999px}.wb-board-access-panel__form{margin-top:.75rem;display:grid;gap:.45rem}.wb-board-access-panel__input,.wb-board-access-panel__select{width:100%;padding:.45rem .6rem;border:1px solid var(--wb-border);border-radius:8px;font-size:.9rem}.wb-board-access-panel__btn-primary{border:none;background:var(--wb-purple);color:#fff;font-weight:600;padding:.5rem .75rem;border-radius:8px;cursor:pointer}.wb-board-access-panel__link-danger{border:none;background:transparent;color:var(--wb-danger);font-size:.78rem;cursor:pointer}.wb-board-access-panel__foot{padding:.65rem 1rem;border-top:1px solid var(--wb-border)}.wb-board-access-panel__foot-link{color:var(--wb-purple);font-size:.85rem;font-weight:600;text-decoration:none}.wb-board-menu{position:relative}.wb-board-menu__popover{position:absolute;right:0;top:calc(100% + 4px);min-width:200px;max-width:min(280px,calc(100vw - 16px));max-height:min(70vh,420px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid var(--wb-border);border-radius:10px;box-shadow:0 12px 32px #0f172a24;padding:.35rem;z-index:70}.wb-board-menu__item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:.5rem .65rem;border-radius:7px;font-size:.88rem;color:var(--wb-text);text-decoration:none;cursor:pointer}.wb-board-menu__item:hover{background:#f1f5f9}.wb-board-menu__hint{margin:0 0 .35rem;padding:.45rem .65rem;border-radius:7px;background:#f8fafc;border:1px solid var(--wb-border);font-size:.75rem;color:#64748b;line-height:1.3}.wb-checkpoint-banner{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem 1rem;margin:0;padding:.75rem 1rem;background:#fff8e7;border-bottom:1px solid #f0d9a0;flex-shrink:0;z-index:45}.wb-checkpoint-banner__body{flex:1 1 16rem;min-width:0}.wb-checkpoint-banner__body strong{display:block;font-size:.95rem;color:#7a4b00}.wb-checkpoint-banner__hint{margin:.25rem 0 .5rem;font-size:.82rem;color:#6b5420;line-height:1.35}.wb-checkpoint-banner__label{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:600;color:#6b5420}.wb-checkpoint-banner__input{width:min(100%,22rem);border:1px solid #e0c57a;border-radius:8px;padding:.4rem .55rem;font-size:.9rem;background:#fff}.wb-checkpoint-banner__actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.wb-checkpoint-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a73}.wb-checkpoint-overlay__box{width:min(32rem,calc(100vw - 2rem));max-height:min(80vh,36rem);overflow:auto;background:#fff;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 20px 50px #00000026;padding:22px 22px 18px}.wb-checkpoint-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.65rem}.wb-checkpoint-modal__title{margin:0;flex:1 1 auto;min-width:0;font-size:1.1rem;font-weight:700;color:#111827;line-height:1.3;padding-right:.25rem}.wb-checkpoint-modal__close{flex:0 0 auto;align-self:flex-start}.wb-checkpoint-modal__hint{margin:0 0 1rem;font-size:.875rem;color:#6b7280;line-height:1.45;max-width:100%}.wb-checkpoint-save{display:flex;gap:.5rem;margin:.75rem 0 1rem}.wb-checkpoint-save__input{flex:1 1 auto;min-width:0;border:1px solid rgba(15,23,42,.14);border-radius:8px;padding:.45rem .6rem;font-size:.9rem}.wb-checkpoint-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.wb-checkpoint-list__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .65rem;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#f8fafc}.wb-checkpoint-list__meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.wb-checkpoint-list__title{font-weight:650;font-size:.92rem;color:#0f172a}.wb-checkpoint-list__when{font-size:.78rem;color:#64748b}.wb-checkpoint-list__actions{display:flex;gap:.35rem;flex-wrap:wrap}.wb-checkpoint-list__empty,.wb-checkpoint-list__error{margin:.5rem 0;font-size:.88rem;color:#64748b}.wb-checkpoint-list__error{color:#b42318}.wb-board-frames{position:relative}.wb-board-frames__icon{width:16px;height:16px;vertical-align:-3px;margin-right:.3rem}.wb-board-frames__count{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;margin-left:.35rem;padding:0 .3rem;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.7rem;font-weight:600}.wb-board-frames__popover{position:absolute;right:0;top:calc(100% + 4px);z-index:70;width:min(18rem,calc(100vw - 1.5rem));max-height:min(22rem,70vh);display:flex;flex-direction:column;gap:.4rem;padding:.55rem;border-radius:10px;background:#fff;border:1px solid var(--wb-border, #e2e8f0);box-shadow:0 12px 32px #0f172a24}.wb-board-frames__search{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .55rem;font:inherit;font-size:.875rem;outline:none}.wb-board-frames__search:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf840}.wb-board-frames__list{list-style:none;margin:0;padding:0;overflow:auto;max-height:16rem}.wb-board-frames__item{display:block;width:100%;text-align:left;border:0;background:transparent;border-radius:6px;padding:.45rem .55rem;font:inherit;font-size:.875rem;color:#0f172a;cursor:pointer}.wb-board-frames__item:hover,.wb-board-frames__item.is-active{background:#f1f5f9}.wb-board-frames__empty{margin:0;padding:.65rem .35rem;color:#64748b;font-size:.85rem;text-align:center}.wb-floating-toolbar,.wb-board-floating-toolbar{position:absolute;left:50%;bottom:1.1rem;transform:translate(-50%);z-index:42;display:flex;align-items:center;gap:.25rem;padding:.35rem;background:#fffffff2;border:1px solid rgba(15,23,42,.08);border-radius:14px;box-shadow:0 8px 28px #0f172a24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wb-floating-toolbar button,.wb-board-floating-toolbar button,.wb-floating-toolbar__btn,.wb-tool-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:10px;color:#334155;cursor:pointer}.wb-floating-toolbar button.is-active,.wb-board-floating-toolbar button.is-active,.wb-floating-toolbar__btn.is-active,.wb-tool-btn.is-active{background:#6246ea1f;color:var(--wb-purple)}.wb-floating-toolbar button:hover,.wb-board-floating-toolbar button:hover{background:#0f172a0d}.wb-floating-toolbar__divider,.wb-tool-divider{width:1px;height:24px;background:var(--wb-border);margin:0 .15rem}.wb-pen-options{position:relative;left:auto;bottom:auto;transform:none;z-index:auto;display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;padding:.45rem .65rem;background:#fffffff5;border:1px solid rgba(15,23,42,.08);border-radius:12px;box-shadow:0 8px 24px #0f172a1f}.wb-tool-options-popover .wb-pen-options,.wb-tool-options-popover .wb-eraser-options{position:static;transform:none;left:auto;bottom:auto;box-shadow:none;border:none;background:transparent;padding:0;flex-direction:column;align-items:stretch;gap:.4rem;max-width:none;flex-wrap:nowrap}.wb-tool-options-popover .wb-pen-options__swatches,.wb-tool-options-popover .wb-pen-options__widths,.wb-tool-options-popover .wb-pen-options__dashes{flex-wrap:wrap;justify-content:flex-start}.wb-pen-options__swatches,.wb-pen-options__widths,.wb-pen-options__dashes{display:flex;gap:.25rem;align-items:center}.wb-pen-options__widths{flex-direction:column;align-items:stretch;gap:.35rem;width:100%}.wb-pen-options__width-slider-label{display:flex;align-items:center;gap:.5rem;width:100%;font-size:.75rem;color:#64748b}.wb-pen-options__width-value{flex:0 0 2.4rem;font-variant-numeric:tabular-nums;font-weight:650;color:#334155}.wb-pen-options__width-slider{flex:1;min-width:0;accent-color:#0ea5e9}.wb-pen-options__width-presets{display:flex;gap:.25rem;align-items:center}.wb-pen-options__swatch,.wb-pen-options__width,.wb-pen-options__dash{width:28px;height:28px;border-radius:8px;border:2px solid transparent;cursor:pointer;background:#fff}.wb-pen-options__swatch.is-active,.wb-pen-options__width.is-active,.wb-pen-options__dash.is-active{border-color:var(--wb-purple)}.wb-peer-cursor{position:absolute;pointer-events:none;z-index:30;transform:translate(-2px,-2px)}.wb-peer-cursor__pointer{width:0;height:0;border-left:10px solid transparent;border-right:4px solid transparent;border-bottom:16px solid currentColor;transform:rotate(-20deg)}.wb-peer-cursor__label{margin-left:10px;margin-top:2px;font-size:.7rem;font-weight:700;padding:.1rem .35rem;border-radius:4px;background:currentColor;color:#fff;white-space:nowrap}.wb-peer-laser,.wb-local-laser{position:absolute;left:0;top:0;width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:50%;background:var(--wb-laser-color, #ef4565);box-shadow:0 0 0 4px color-mix(in srgb,var(--wb-laser-color, #ef4565) 35%,transparent),0 0 12px color-mix(in srgb,var(--wb-laser-color, #ef4565) 55%,transparent);pointer-events:none;z-index:31;will-change:transform}.wb-local-laser{--wb-laser-color: #ef4565;z-index:32;animation:wb-laser-pulse 1.1s ease-in-out infinite}.wb-board-stage.is-laser-active{cursor:none}@keyframes wb-laser-pulse{0%,to{box-shadow:0 0 0 4px color-mix(in srgb,var(--wb-laser-color, #ef4565) 35%,transparent),0 0 10px color-mix(in srgb,var(--wb-laser-color, #ef4565) 50%,transparent)}50%{box-shadow:0 0 0 7px color-mix(in srgb,var(--wb-laser-color, #ef4565) 22%,transparent),0 0 16px color-mix(in srgb,var(--wb-laser-color, #ef4565) 70%,transparent)}}.wb-call-split,.wb-board-call-split{display:flex;height:100%;min-height:0}.wb-call-split__board,.wb-board-call-split__board{flex:1;min-width:0;position:relative}.wb-call-split__call,.wb-board-call-split__panel{flex-shrink:0;border-left:1px solid var(--wb-border);background:#0f172a}.wb-board-call-fab,.wb-call-toggle{position:absolute;right:16px;top:16px;z-index:43;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--wb-border);background:#fff;font-weight:650;font-size:.85rem;cursor:pointer;box-shadow:0 4px 16px #0f172a1a}.wb-board-call-fab.is-open{background:#6246ea1a;border-color:#6246ea59;color:var(--wb-purple)}.wb-tool-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;position:relative;border:none;background:transparent;border-radius:10px;color:#334155;cursor:pointer}.wb-tool-icon-btn:hover:not(:disabled){background:#0f172a0d}.wb-tool-icon-btn.is-active{background:#6246ea1f;color:var(--wb-purple)}.wb-tool-icon-btn:disabled{opacity:.4;cursor:not-allowed}.wb-tool-icon-btn__svg{display:block;flex-shrink:0}.wb-tool-icon-btn__drop-indicator{position:absolute;left:6px;right:6px;bottom:-2px;height:3px;border-radius:999px;background:#6246ea;pointer-events:none}.wb-board-access-panel__section+.wb-board-access-panel__section{margin-top:.85rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.wb-board-access-panel__hint{margin:0 0 .5rem;font-size:.82rem;color:var(--wb-muted)}.wb-board-access-panel__email{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-board-access-panel__pending{color:var(--wb-muted);font-weight:500}.wb-board-access-panel__row-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.wb-board-access-panel__roster{list-style:none;margin:0;padding:0}.wb-board-access-panel__form-title{margin:0 0 .35rem;font-size:.85rem;font-weight:700}.wb-board-access-panel__select--block{display:block;width:100%}.wb-board-access-panel__check{display:flex;align-items:center;gap:.4rem;font-size:.85rem;margin:.5rem 0;cursor:pointer}.wb-board-access-panel__label{display:block;font-size:.8rem;font-weight:650;margin:.35rem 0}.wb-board-access-panel__leave{margin-top:.75rem}.wb-board-access-panel__new-link{margin-top:.75rem;padding:.65rem;border-radius:8px;background:#6246ea0d;border:1px dashed var(--wb-border)}.wb-board-access-panel__btn-ghost{border:1px solid var(--wb-border);background:#fff;color:var(--wb-purple);font-weight:600;padding:.4rem .65rem;border-radius:8px;cursor:pointer;margin-top:.35rem}.wb-board-access-panel__toast{margin:.5rem .75rem 0;padding:.4rem .55rem;border-radius:7px;font-size:.8rem;font-weight:600}.wb-board-access-panel__toast--ok{background:#ecfdf5;color:#065f46}.wb-board-access-panel__toast--err{background:#fef2f2;color:#991b1b}.wb-board-collab{position:relative}.wb-board-collab__toggle-label{white-space:nowrap}.wb-board-participants__name{max-width:7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-board-participants__chip.is-clickable{cursor:pointer}.wb-board-menu__icon{display:block}.wb-pen-options__presets-block{display:flex;flex-direction:column;gap:.35rem;padding-right:.45rem;margin-right:.15rem;border-right:1px solid #e2e8f0;max-width:180px}.wb-pen-options__presets-head{display:flex;align-items:center;justify-content:space-between;gap:.35rem}.wb-pen-options__presets-label{font-size:.72rem;font-weight:700;color:var(--wb-muted);text-transform:uppercase;letter-spacing:.04em}.wb-pen-options__presets-add{border:none;background:#6246ea1a;color:var(--wb-purple);font-size:.75rem;font-weight:700;padding:.15rem .4rem;border-radius:6px;cursor:pointer}.wb-pen-options__save-row{display:flex;gap:.25rem}.wb-pen-options__save-input{flex:1;min-width:0;padding:.25rem .4rem;border:1px solid var(--wb-border);border-radius:6px;font-size:.78rem}.wb-pen-options__save-btn{border:none;background:var(--wb-purple);color:#fff;font-size:.75rem;font-weight:650;padding:.25rem .45rem;border-radius:6px;cursor:pointer}.wb-pen-options__presets-error{margin:0;font-size:.72rem;color:var(--wb-danger)}.wb-pen-options__presets{display:flex;flex-wrap:wrap;gap:.25rem;max-height:4.5rem;overflow:auto}.wb-pen-options__presets-empty{font-size:.72rem;color:var(--wb-muted)}.wb-pen-options__preset-wrap{display:inline-flex;align-items:center;gap:.15rem;padding:.15rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.wb-pen-options__preset{display:inline-flex;align-items:center;gap:.25rem;border:none;background:transparent;cursor:pointer;padding:.1rem .2rem;font-size:.72rem;font-weight:650;color:#334155}.wb-pen-options__preset-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.wb-pen-options__preset-name{max-width:4.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-pen-options__preset-update,.wb-pen-options__preset-delete{border:none;background:transparent;cursor:pointer;font-size:.7rem;padding:.1rem .2rem;color:var(--wb-muted)}.wb-pen-options__preset-delete:hover{color:var(--wb-danger)}.wb-pen-options__width-dot{display:block;border-radius:50%}.wb-eraser-options__preset-icon{width:14px;height:14px;border-radius:50%;border:2px solid currentColor;display:inline-block}.wb-eraser-options__size-dot{display:block;border-radius:50%;background:#64748b}.wb-flash-stack{display:flex;flex-direction:column;gap:.4rem}.wb-flash{display:flex;align-items:flex-start;gap:.5rem;padding:.65rem .75rem;border-radius:10px;background:#fff;border:1px solid var(--wb-border);box-shadow:0 8px 24px #0f172a1f;font-size:.88rem;max-width:min(360px,90vw)}.wb-flash.is-error,.wb-flash[data-type=error]{border-color:#fecaca;background:#fef2f2;color:#991b1b}.wb-flash.is-ok,.wb-flash[data-type=ok],.wb-flash[data-type=success]{border-color:#a7f3d0;background:#ecfdf5;color:#065f46}.wb-flash__close{margin-left:auto;border:none;background:transparent;cursor:pointer;color:inherit;opacity:.7;font-size:1.1rem;line-height:1}.wb-password-field{position:relative}.wb-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--wb-muted);cursor:pointer;font-size:.8rem;font-weight:600}.wb-floating-tools{position:absolute;left:.75rem;top:3.35rem;bottom:4.5rem;transform:none;z-index:42;display:flex;flex-direction:row;align-items:flex-start;gap:.45rem;pointer-events:none;max-height:none}.wb-floating-tools>*{pointer-events:auto}.wb-floating-tools__main{display:flex;flex-direction:column;gap:.4rem;max-height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-width:thin}.wb-tool-rail{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.3rem;background:#fffffff5;border:1px solid rgba(15,23,42,.08);border-radius:14px;box-shadow:0 8px 28px #0f172a24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wb-tool-rail--history,.wb-tool-rail--primary{flex-direction:column}.wb-tool-options-popover{position:fixed;z-index:80;display:flex;flex-direction:column;gap:.55rem;max-width:min(320px,calc(100vw - 16px));max-height:min(70vh,520px);overflow:auto;padding:.55rem .6rem;background:#fffffffa;border:1px solid rgba(15,23,42,.1);border-radius:14px;box-shadow:0 12px 36px #0f172a2e;pointer-events:auto}.wb-tool-options-popover--above{transform:translateY(-100%)}.wb-tool-options-popover__variants{border-top:1px solid rgba(15,23,42,.08);padding-top:.45rem;max-height:min(40vh,280px);overflow:auto}.wb-hue-picker{display:flex;flex-direction:column;gap:.4rem;width:100%;min-width:168px}.wb-hue-picker__sv{position:relative;width:100%;aspect-ratio:1.35 / 1;border-radius:8px;overflow:hidden;cursor:crosshair;touch-action:none}.wb-hue-picker__sv-white,.wb-hue-picker__sv-black{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.wb-hue-picker__sv-white{background:linear-gradient(to right,#fff,transparent)}.wb-hue-picker__sv-black{background:linear-gradient(to top,#000,transparent)}.wb-hue-picker__thumb{position:absolute;width:14px;height:14px;margin:-7px 0 0 -7px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #0f172a59,0 2px 6px #0f172a40;pointer-events:none}.wb-hue-picker__hue-label{display:block;width:100%}.wb-hue-picker__hue{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:14px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red);cursor:pointer}.wb-hue-picker__hue::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #334155;box-shadow:0 1px 3px #0f172a40}.wb-hue-picker__hue::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #334155}.wb-hue-picker__preview{width:100%;height:10px;border-radius:6px;border:1px solid rgba(15,23,42,.12)}.wb-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wb-pen-options__swatch--custom{position:relative}.wb-pen-options__swatches--custom{width:100%;flex-wrap:wrap}.wb-color-swatch-menu{position:fixed;z-index:120;min-width:120px;padding:.25rem;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:8px;box-shadow:0 8px 24px #0f172a29}.wb-color-swatch-menu__item{display:block;width:100%;border:none;background:transparent;text-align:left;padding:.4rem .65rem;border-radius:6px;font-size:.85rem;color:#0f172a;cursor:pointer}.wb-color-swatch-menu__item:hover{background:#0f172a0f}.wb-tool-rail--variants{flex-direction:column;max-height:min(60vh,420px);overflow:auto}.wb-tool-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:10px;color:#334155;cursor:pointer;padding:0;flex-shrink:0}.wb-tool-icon-btn:hover:not(:disabled){background:#0f172a0f}.wb-tool-icon-btn.is-active{background:#6246ea24;color:#6246ea}.wb-tool-icon-btn:disabled{opacity:.38;cursor:not-allowed}.wb-tool-icon-btn--ghost{color:#64748b}.wb-tool-icon-btn.is-recording{color:#dc2626;animation:wb-voice-pulse 1.15s ease-in-out infinite}@keyframes wb-voice-pulse{0%,to{opacity:1}50%{opacity:.55}}.wb-tool-icon-btn__svg{display:block;width:22px;height:22px}.wb-board-workspace>.wb-board-split,.wb-board-split{display:flex;flex-direction:row;flex:1 1 auto;align-self:stretch;min-height:0;width:100%;height:100%;position:relative}.wb-board-split__board{flex:1 1 auto;min-width:0;min-height:0;height:100%;position:relative;display:flex;flex-direction:column}.wb-board-split.is-call-open .wb-board-split__board{flex:1 1 0}.wb-board-split__handle{display:none;width:8px;flex:0 0 8px;cursor:col-resize;background:#e2e8f0;align-items:center;justify-content:center;z-index:5;touch-action:none;align-self:stretch}.wb-board-split.is-call-open .wb-board-split__handle{display:flex}.wb-board-split__handle:hover,.wb-board-split__handle:active{background:#6246ea66}.wb-board-split__handle-grip{width:3px;height:28px;border-radius:2px;background:#0f172a40}.wb-board-split__call{display:none;flex-direction:column;background:#0f172a;border-left:1px solid rgba(15,23,42,.25);min-height:0;height:100%;align-self:stretch}.wb-board-split.is-call-open .wb-board-split__call{display:flex;flex:0 0 calc(var(--wb-call-ratio, .38) * 100%);width:calc(var(--wb-call-ratio, .38) * 100%);min-width:260px;max-width:calc(var(--wb-call-ratio, .38) * 100%)}.wb-board-split__call-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .75rem;background:#1e293b;color:#f8fafc;flex-shrink:0}.wb-board-split__call-title{font-size:.88rem;font-weight:700}.wb-board-split__call-actions{display:flex;gap:.3rem;flex-wrap:wrap}.wb-board-split__call-frame{flex:1 1 auto;width:100%;min-height:0;height:100%;border:none;background:#020617}.wb-board-split__ratio-hint{position:absolute;right:calc(var(--wb-call-ratio, .38) * 100% + 12px);bottom:4.5rem;z-index:40;font-size:.72rem;font-weight:650;color:#64748b;background:#ffffffe6;padding:.15rem .4rem;border-radius:6px;pointer-events:none}.wb-board-call-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:44;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#fff;color:#0f172a;font-weight:650;font-size:.88rem;cursor:pointer;box-shadow:0 4px 16px #0f172a1f}.wb-board-call-toggle:hover{background:#f8fafc}.wb-board-call-toggle__icon{display:inline-flex;width:18px;height:18px;flex-shrink:0}.wb-board-call-toggle__label{white-space:nowrap}.wb-selection-toolbar{position:absolute;left:50%;top:3.1rem;transform:translate(-50%);z-index:43;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;max-width:calc(100% - 1.5rem);padding:.45rem .65rem;background:#fffffff7;border:1px solid rgba(15,23,42,.1);border-radius:12px;box-shadow:0 10px 28px #0f172a24}.wb-selection-toolbar__section{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.wb-selection-toolbar__label,.wb-selection-toolbar__hint,.wb-selection-toolbar__count{font-size:.75rem;font-weight:650;color:#64748b}.wb-selection-toolbar__swatches,.wb-selection-toolbar__widths,.wb-selection-toolbar__dashes,.wb-selection-toolbar__actions,.wb-selection-toolbar__pdf-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.wb-selection-toolbar__swatch{width:24px;height:24px;border-radius:7px;border:2px solid transparent;cursor:pointer;padding:0}.wb-selection-toolbar__swatch.is-active,.wb-selection-toolbar__width-btn.is-active{border-color:#6246ea}.wb-selection-toolbar__width-btn,.wb-selection-toolbar__action-btn{border:1px solid #e5e7eb;background:#fff;color:#334155;font-size:.78rem;font-weight:650;padding:.28rem .5rem;border-radius:7px;cursor:pointer}.wb-selection-toolbar__width-btn:hover,.wb-selection-toolbar__action-btn:hover{background:#f8fafc}.wb-selection-toolbar__action-btn.is-active{background:#6246ea26;border-color:#6246ea59}.wb-selection-toolbar__action-btn:disabled{opacity:.45;cursor:not-allowed}.wb-selection-toolbar__align{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.wb-selection-toolbar__action-btn--broadcast{border-color:#6246ea59;color:#6246ea}.wb-board-help{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.wb-board-help__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#0f172a73;cursor:pointer}.wb-board-help__dialog{position:relative;z-index:1;width:min(560px,100%);max-height:min(86vh,720px);display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 24px 64px #0f172a47;overflow:hidden}.wb-board-help__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem .75rem;border-bottom:1px solid #e5e7eb}.wb-board-help__title{margin:0;font-size:1.05rem;font-weight:750;line-height:1.35;color:#0f172a}.wb-board-help__close{border:none;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;padding:0 .15rem}.wb-board-help__body{padding:.85rem 1.1rem 1rem;overflow:auto}.wb-board-help__lead{margin:0 0 .85rem;color:#475569;font-size:.92rem}.wb-board-help__section+.wb-board-help__section{margin-top:.85rem}.wb-board-help__section-title{margin:0 0 .35rem;font-size:.82rem;font-weight:750;text-transform:uppercase;letter-spacing:.04em;color:#6246ea}.wb-board-help__list{margin:0;padding-left:1.15rem;color:#334155;font-size:.9rem;line-height:1.45}.wb-board-help__list li+li{margin-top:.25rem}.wb-board-help__foot{display:flex;justify-content:flex-end;padding:.75rem 1.1rem 1rem;border-top:1px solid #e5e7eb}@media(max-width:720px){.wb-floating-tools{top:3.1rem;bottom:4.25rem;left:.5rem;right:auto;transform:none;max-width:none}.wb-floating-tools__main{max-height:100%}.wb-board-split.is-call-open{flex-direction:column}.wb-board-split.is-call-open .wb-board-split__board{flex:1 1 0;width:100%;min-height:0}.wb-board-split.is-call-open .wb-board-split__call{flex:0 0 calc(var(--wb-call-ratio-mobile, .48) * 100%);width:100%;max-width:none;min-width:0;min-height:28vh;height:auto;border-left:none;border-top:1px solid rgba(15,23,42,.35);box-shadow:0 -8px 28px #0f172a2e}.wb-board-split.is-call-open .wb-board-split__handle{display:flex;width:100%;height:12px;flex:0 0 12px;cursor:row-resize;background:#1e293b}.wb-board-split.is-call-open .wb-board-split__handle-grip{width:40px;height:4px;background:#f8fafc73}.wb-board-split__call-header{padding:.5rem .65rem}.wb-board-split__call-title{font-size:.82rem}.wb-board-split__ratio-hint{right:10px;left:auto;bottom:calc(var(--wb-call-ratio-mobile, .48) * 100% + 16px)}.wb-board-call-toggle{right:auto;left:12px;top:auto;bottom:12px;transform:none}.wb-board-split.is-call-open .wb-board-split__call-header .wb-btn--ghost{color:#e2e8f0;border-color:#f8fafc38}}.wb-zoom-controls{position:absolute;right:16px;bottom:16px;z-index:40;display:inline-flex;align-items:center;gap:2px;padding:4px;border-radius:10px;background:#ffffffeb;box-shadow:0 2px 12px #0f172a1f,0 0 0 1px #0f172a0f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);-webkit-user-select:none;user-select:none;pointer-events:auto}.wb-zoom-btn,.wb-zoom-readout{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0;background:transparent;color:#1e293b;font:inherit;cursor:pointer;border-radius:7px;line-height:1;transition:background .12s ease,color .12s ease}.wb-zoom-btn{width:32px;height:32px;font-size:18px;font-weight:500;display:inline-flex;align-items:center;justify-content:center}.wb-zoom-btn--fit{border-left:1px solid rgba(15,23,42,.08);margin-left:2px;padding-left:2px}.wb-zoom-btn--map{border-left:1px solid rgba(15,23,42,.08);margin-left:2px;padding-left:2px;border-radius:0 7px 7px 0;color:#64748b}.wb-zoom-btn--map.is-active{color:#2563eb;background:#2563eb1a}.wb-zoom-readout{min-width:52px;height:32px;padding:0 8px;font-size:12px;font-weight:600;letter-spacing:.02em;font-variant-numeric:tabular-nums}.wb-zoom-btn:hover:not(:disabled),.wb-zoom-readout:hover{background:#0f172a0f}.wb-zoom-btn:active:not(:disabled),.wb-zoom-readout:active{background:#0f172a1a}.wb-zoom-btn:disabled{opacity:.35;cursor:default}.wb-zoom-btn:focus-visible,.wb-zoom-readout:focus-visible{outline:2px solid #3b82f6;outline-offset:1px}.wb-minimap{position:absolute;right:16px;bottom:60px;z-index:40;width:168px;height:118px;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #0f172a24,0 0 0 1px #0f172a14;cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none;pointer-events:auto;background:#f1f5f9}.wb-minimap__bg{fill:#e8eef5}.wb-minimap__obj{fill:#94a3b8;opacity:.7}.wb-minimap__obj--frame{fill:none;stroke:#64748b;stroke-width:1.25;opacity:.9}.wb-minimap__view{fill:#3b82f62e;stroke:#3b82f6;stroke-width:1.5;pointer-events:none}.wb-board-main,.wb-canvas-wrap{position:relative}@media(max-width:640px){.wb-zoom-controls{right:10px;bottom:10px;padding:3px}.wb-zoom-btn{width:36px;height:36px}.wb-zoom-readout{min-width:48px;height:36px}.wb-minimap{right:10px;bottom:56px;width:140px;height:100px}.wb-minimap svg{width:140px;height:100px}}.wb-object-comments{width:min(300px,calc(100vw - 24px));max-height:min(420px,70vh);display:flex;flex-direction:column;background:#fffffffa;border:1px solid rgba(15,23,42,.12);border-radius:12px;box-shadow:0 12px 32px #0f172a2e;overflow:hidden}.wb-object-comments__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .65rem;border-bottom:1px solid rgba(15,23,42,.08)}.wb-object-comments__title{font-size:.82rem;font-weight:700;color:#0f172a}.wb-object-comments__close{border:none;background:transparent;color:#64748b;font-size:1.2rem;line-height:1;cursor:pointer;padding:.1rem .35rem;border-radius:6px}.wb-object-comments__close:hover{background:#0f172a0f;color:#0f172a}.wb-object-comments__list{list-style:none;margin:0;padding:.5rem .65rem;overflow-y:auto;flex:1 1 auto;display:flex;flex-direction:column;gap:.55rem}.wb-object-comments__empty,.wb-object-comments__readonly{margin:0;font-size:.78rem;color:#64748b}.wb-object-comments__item{padding:.4rem .45rem;border-radius:8px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}.wb-object-comments__meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.68rem;color:#64748b;margin-bottom:.2rem}.wb-object-comments__meta strong{color:#334155;font-weight:700}.wb-object-comments__text{margin:0;font-size:.82rem;color:#0f172a;white-space:pre-wrap;word-break:break-word}.wb-object-comments__delete{margin-top:.25rem;border:none;background:transparent;color:#dc2626;font-size:.7rem;cursor:pointer;padding:0}.wb-object-comments__composer{display:flex;flex-direction:column;gap:.4rem;padding:.55rem .65rem .65rem;border-top:1px solid rgba(15,23,42,.08)}.wb-object-comments__input{width:100%;resize:vertical;min-height:2.6rem;max-height:6rem;border:1px solid rgba(15,23,42,.12);border-radius:8px;padding:.4rem .5rem;font:inherit;font-size:.82rem;color:#0f172a;background:#fff}.wb-object-comments__input:focus{outline:2px solid #3b82f6;outline-offset:1px}.wb-object-comment-badge{position:absolute;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#2563eb;color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 1px 4px #0f172a40;pointer-events:auto;cursor:pointer;z-index:6;border:none;font-family:inherit;transform:translate(-50%,-50%)}.wb-object-comment-badge:hover{background:#1d4ed8}body.wb-page--cabinet-miro{background:#f4f5f7;min-height:100dvh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}body.wb-page--cabinet-miro #root{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;height:100%;overflow:hidden}.wb-page--cabinet-miro .wb-cabinet-wrap{width:100%;max-width:none;margin:0;padding:0;flex:1 1 auto;min-height:0;height:calc(100dvh - var(--header-height, 88px));max-height:calc(100dvh - var(--header-height, 88px));display:flex;flex-direction:column;overflow:hidden}.wb-cabinet-wrap--loading{align-items:center;justify-content:center;flex:1 1 auto;min-height:0}.wb-cabinet-loading{margin:0;font-size:.95rem;color:#64748b}.wb-cabinet-layout{display:flex;align-items:stretch;flex:1 1 auto;min-height:0;height:100%;width:100%;background:#fff;border-top:1px solid #e5e7eb;overflow:hidden}.wb-cabinet-sidebar{width:268px;flex-shrink:0;background:#f4f5f7;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;min-height:0;align-self:stretch;height:100%}.wb-cabinet-sidebar__head{flex-shrink:0}.wb-cabinet-sidebar__body{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column}.wb-cabinet-sidebar__section-title{padding:16px 16px 8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.wb-cabinet-sidebar__tabs{display:flex;gap:4px;padding:12px 12px 0;margin-bottom:4px}.wb-cabinet-sidebar__tab{flex:1;padding:7px 10px;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,color .15s}.wb-cabinet-sidebar__tab:hover{background:#e8eaef;color:#374151}.wb-cabinet-sidebar__tab.is-active{background:#fff;color:#111827;box-shadow:0 1px 2px #0000000f}.wb-cabinet-sidebar__item-wrap{display:flex;align-items:stretch;gap:0}.wb-cabinet-sidebar__item-wrap.is-active-wrap .wb-cabinet-sidebar__item{background:#fff;color:#111827;font-weight:600;box-shadow:0 1px 2px #0000000f}.wb-cabinet-sidebar__collapse,.wb-cabinet-sidebar__collapse-spacer{flex-shrink:0;width:22px;display:flex;align-items:center;justify-content:center;margin-left:calc(4px + var(--wb-folder-depth, 0) * 14px)}.wb-cabinet-sidebar__collapse{border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:4px;padding:0}.wb-cabinet-sidebar__collapse:hover{color:#374151;background:#e8eaef}.wb-cabinet-chevron{transition:transform .15s ease}.wb-cabinet-chevron.is-open{transform:rotate(90deg)}.wb-cabinet-sidebar__item-wrap .wb-cabinet-sidebar__item{flex:1;min-width:0}.wb-cabinet-sidebar__empty{padding:8px 16px 12px;font-size:.85rem;color:#9ca3af;margin:0}.wb-cabinet-sidebar__nav{flex:0 0 auto;padding:0 8px 8px;display:flex;flex-direction:column;gap:2px}.wb-cabinet-sidebar__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;text-decoration:none;color:#374151;font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s,color .15s}.wb-cabinet-sidebar__item:hover{background:#e8eaef;color:#111827}.wb-cabinet-sidebar__item.is-active{background:#fff;color:#111827;font-weight:600;box-shadow:0 1px 2px #0000000f}.wb-cabinet-sidebar__item.is-nested{padding-left:8px}.wb-cabinet-sidebar__icon{display:flex;color:#6b7280;flex-shrink:0}.wb-cabinet-sidebar__item.is-active .wb-cabinet-sidebar__icon{color:#5b4ce6}.wb-cabinet-sidebar__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wb-cabinet-sidebar__count{font-size:.75rem;font-weight:600;color:#9ca3af;background:#e8eaef;padding:2px 8px;border-radius:999px;flex-shrink:0}.wb-cabinet-sidebar__item.is-active .wb-cabinet-sidebar__count{background:#ede9fe;color:#5b4ce6}.wb-cabinet-sidebar__create-folder{flex-shrink:0;margin-top:auto;padding:12px;border-top:1px solid #e5e7eb;background:#eeeff2}.wb-cabinet-sidebar__footer-link{display:block;padding:10px 16px 4px;font-size:.8125rem;font-weight:500;color:#6b7280;text-decoration:none}.wb-cabinet-sidebar__footer-link:hover{color:#6246ea}.wb-cabinet-sidebar__mini-label{display:block;font-size:.72rem;font-weight:600;color:#6b7280;margin-bottom:6px}.wb-cabinet-sidebar__folder-row{display:flex;gap:6px}.wb-cabinet-sidebar__input{flex:1;min-width:0;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;font-family:inherit}.wb-cabinet-sidebar__input:focus{outline:none;border-color:#a78bfa;box-shadow:0 0 0 2px #5b4ce626}.wb-cabinet-sidebar__add-btn{width:38px;flex-shrink:0;border:none;border-radius:8px;background:#5b4ce6;color:#fff;font-size:1.25rem;font-weight:500;line-height:1;cursor:pointer;transition:background .15s}.wb-cabinet-sidebar__add-btn:hover{background:#4b35b5}.wb-cabinet-sidebar__templates{display:flex;gap:6px;margin-top:8px}.wb-cabinet-sidebar__template-btn{flex:1;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#4b5563;font-size:.75rem;font-weight:600;padding:6px 8px;cursor:pointer}.wb-cabinet-sidebar__template-btn:hover{border-color:#c4b5fd;color:#4338ca}.wb-cabinet-main-panel{flex:1;min-width:0;min-height:0;overflow-y:auto;display:flex;flex-direction:column;padding:14px clamp(14px,2vw,22px) 20px;background:#fff}.wb-cabinet-toast{margin:0 0 10px;padding:8px 12px;border-radius:8px;font-size:.875rem;font-weight:500}.wb-cabinet-toast--ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.wb-cabinet-toast--err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.wb-cabinet-panel-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f0f1f4}.wb-cabinet-panel-head__title{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:#111827}.wb-cabinet-panel-head__sub{margin:2px 0 0;font-size:.8125rem;color:#6b7280;line-height:1.35;max-width:36rem}.wb-cabinet-panel-head__folder-tools{display:flex;flex-wrap:wrap;gap:8px}.wb-cabinet-panel-create{margin-bottom:14px}.wb-cabinet-plan-hint{margin:0 0 8px;padding:8px 10px;border-radius:8px;border:1px solid #ddd6fe;background:#f5f3ff;color:#4c1d95;font-size:.8rem;line-height:1.35}.wb-cabinet-plan-hint__text{margin:0}.wb-cabinet-plan-hint__actions{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.wb-cabinet-plan-hint--school{border-color:#bae6fd;background:#f0f9ff;color:#0c4a6e}.wb-admin-users{margin-top:18px;display:flex;flex-direction:column;gap:10px}.wb-admin-users__head{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:flex-end;justify-content:space-between}.wb-admin-users__title{margin:0;font-size:1rem;font-weight:650;color:#0f172a}.wb-admin-users__count{font-weight:500;color:#64748b;font-size:.85rem}.wb-admin-dossier{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px}.wb-admin-dossier__section{margin:12px 0 0;font-size:.92rem;font-weight:650;color:#1e293b}.wb-admin-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.wb-admin-table{width:100%;border-collapse:collapse;font-size:.8rem}.wb-admin-table th,.wb-admin-table td{padding:8px 10px;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:top}.wb-admin-table th{background:#f8fafc;color:#475569;font-weight:600;white-space:nowrap}.wb-admin-table__row{cursor:pointer}.wb-admin-table__row:hover{background:#f8fafc}.wb-admin-table__row--active{background:#eef2ff}.wb-admin-table__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;color:#64748b}.wb-cabinet-panel-create__form{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.wb-cabinet-panel-create__search-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.wb-cabinet-panel-create--shared{margin-top:-2px}.wb-cabinet-panel-create__inline-label{flex-shrink:0;margin:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.wb-cabinet-panel-create__input{flex:1 1 220px;min-width:0;padding:7px 11px;border:1px solid #d1d5db;border-radius:7px;font-size:.875rem;background:#fafafa;font-family:inherit}.wb-cabinet-panel-create__input:focus{outline:none;border-color:#a78bfa;background:#fff;box-shadow:0 0 0 2px #5b4ce61f}.wb-cabinet-panel-create__submit{padding:7px 16px;border:none;border-radius:7px;background:#5b4ce6;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.wb-cabinet-panel-create__submit:hover{background:#4b35b5}.wb-cabinet-templates{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:8px;margin-top:10px}.wb-cabinet-templates__card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa;cursor:pointer;font-family:inherit;color:inherit;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.wb-cabinet-templates__card:hover{border-color:#c4b5fd;background:#fff}.wb-cabinet-templates__card.is-selected{border-color:#5b4ce6;background:#fff;box-shadow:0 0 0 2px #5b4ce629}.wb-cabinet-templates__title{font-size:.8125rem;font-weight:700;color:#111827}.wb-cabinet-templates__desc{font-size:.72rem;line-height:1.35;color:#6b7280}@media(max-width:520px){.wb-cabinet-templates{grid-template-columns:1fr}}.wb-cabinet-boards{flex:1 1 auto;min-height:0;overflow-y:auto}.wb-cabinet-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:min(320px,100%);padding:48px 24px;text-align:center;border:1px dashed #e5e7eb;border-radius:12px;background:#fafafa}.wb-cabinet-empty__title{margin:0;font-size:1.05rem;font-weight:600;color:#374151}.wb-cabinet-empty__text{margin:8px 0 0;font-size:.875rem;color:#9ca3af}.wb-page--cabinet-miro .wb-board-stack{display:flex;flex-direction:column;gap:8px}.wb-page--cabinet-miro .wb-lk-card{position:relative;overflow:hidden;background:#fff;border-radius:12px;border:1px solid #e8eaef;box-shadow:0 1px 2px #0000000a;transition:box-shadow .2s,border-color .2s}.wb-page--cabinet-miro .wb-lk-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#5b4ce6,#7c3aed);opacity:.85;pointer-events:none}.wb-page--cabinet-miro .wb-lk-card:hover{border-color:#d8dce3;box-shadow:0 4px 16px #0000000f}.wb-page--cabinet-miro .wb-board-card--list{padding:10px 14px}.wb-board-card__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px}.wb-board-card__open-zone{flex:1 1 160px;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:0 6px;text-decoration:none;color:inherit;border-radius:8px;margin:-4px;padding:4px;transition:background .12s}.wb-board-card__open-zone:hover{background:#5b4ce60f}.wb-page--cabinet-miro .wb-board-card__open-zone .wb-board-card__title{color:#1f2937;font-weight:600;font-size:.9375rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.wb-page--cabinet-miro .wb-board-card__open-zone:hover .wb-board-card__title{color:#5b4ce6}.wb-board-card__meta{margin:0;font-size:.75rem;font-weight:400;color:#9ca3af;white-space:nowrap}.wb-board-card__badge{display:inline-block;margin-left:.35rem;padding:.1rem .45rem;border-radius:999px;font-size:.68rem;font-weight:600;color:#5b4ce6;background:#ede9fe;vertical-align:middle}.wb-board-card__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px 8px;flex:0 0 auto}.wb-board-card__action-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;font-size:.8125rem;font-weight:600;line-height:1.2;border-radius:8px;border:2px solid #5b4ce6;background:#fff;color:#5b4ce6;cursor:pointer;white-space:nowrap;font-family:inherit;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.wb-board-card__action-btn:hover{background:#5b4ce6;color:#fff}.wb-board-card__action-btn--ghost{border-color:#e5e7eb;color:#4b5563}.wb-board-card__action-btn--ghost:hover{background:#f3f4f6;color:#111827;border-color:#d1d5db}.wb-board-card__action-btn--danger{border-color:transparent;background:transparent;color:#dc2626}.wb-board-card__action-btn--danger:hover{background:#dc262614;text-decoration:underline;color:#dc2626}.wb-modal{padding:0;border:none;max-width:calc(100vw - 32px);width:min(400px,calc(100vw - 32px));background:transparent;margin:auto}.wb-modal::backdrop{background:#0f172a73}.wb-modal__box{background:#fff;border-radius:14px;border:1px solid #e5e7eb;box-shadow:0 20px 50px #00000026;padding:22px 22px 18px}.wb-modal__heading{margin:0 0 16px;font-size:1.1rem;font-weight:700;color:#111827}.wb-modal__hint{margin:-8px 0 16px;font-size:.875rem;color:#6b7280;line-height:1.45}.wb-modal__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px}.wb-modal__btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;font-size:.875rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;font-family:inherit}.wb-modal__btn--ghost{background:#fff;color:#4b5563;border:1px solid #e5e7eb}.wb-modal__btn--ghost:hover{background:#f9fafb}.wb-modal__btn--primary{background:#5b4ce6;color:#fff}.wb-modal__btn--primary:hover{background:#4b35b5}.wb-modal__btn--danger{background:#dc2626;color:#fff}.wb-modal__btn--block{width:100%;margin-bottom:8px}.wb-modal__folder-del-actions{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.wb-modal__footer--solo{justify-content:flex-end;margin-top:0}@media(max-width:800px){body.wb-page--cabinet-miro{height:auto;min-height:100dvh;overflow:auto}body.wb-page--cabinet-miro #root{overflow:visible}.wb-page--cabinet-miro .wb-cabinet-wrap{overflow:visible;min-height:calc(100dvh - var(--header-height, 88px))}.wb-cabinet-layout{flex-direction:column;min-height:calc(100dvh - var(--header-height, 88px))}.wb-cabinet-sidebar{width:100%;height:auto;max-height:42vh;border-right:none;border-bottom:1px solid #e5e7eb}.wb-cabinet-sidebar__create-folder{margin-top:0}}main.wb-page{max-width:720px;margin:0 auto;padding:1.5rem 1.25rem 2.5rem}.wb-page--narrow{max-width:480px}.wb-page--center{text-align:center;padding-top:3rem}.wb-page__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:var(--wb-text)}.wb-page__lead{margin:0 0 1.25rem;color:var(--wb-muted);font-size:.95rem;line-height:1.5}.wb-form-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;padding:.65rem .85rem;border-radius:8px;font-size:.9rem}.wb-form-ok{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;padding:.65rem .85rem;border-radius:8px;font-size:.9rem}.wb-spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid rgba(98,70,234,.2);border-top-color:var(--wb-purple);border-radius:50%;animation:wb-spin .7s linear infinite;vertical-align:middle;margin-right:.5rem}@keyframes wb-spin{to{transform:rotate(360deg)}}.wb-settings-hint{margin:0 0 .85rem;font-size:.875rem;color:var(--wb-muted);line-height:1.45}.wb-settings-empty{margin:0 0 .85rem;padding:.75rem 1rem;border-radius:8px;background:#f9fafb;border:1px dashed var(--wb-border);font-size:.875rem;color:var(--wb-muted)}.wb-new-link{margin-top:1rem;padding:.85rem 1rem;border-radius:8px;background:#f5f3ff;border:1px solid #ddd6fe}.wb-new-link .wb-label{color:#5b4ce6}.wb-select--sm{width:auto;min-width:8rem;padding:.35rem .5rem;font-size:.85rem}.wb-board-stack{display:flex;flex-direction:column;gap:8px}.wb-shell .wb-lk-card{position:relative;background:#fff;border-radius:12px;border:1px solid #e8eaef;box-shadow:0 1px 2px #0000000a;padding:10px 14px}.wb-shell .wb-board-card__title{font-weight:600;color:var(--wb-text)}.wb-shell .wb-board-card__meta{font-size:.75rem;color:var(--wb-muted)}
