*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#2b7fd8;--blue-light:#2b7fd81a;--blue-border:#2b7fd859;--yellow:#f4d758;--yellow-light:#f4d75838;--bg:#fff9ec;--card-bg:#fff9ec;--text:#211e1a;--text-sub:#756f64;--text-muted:#756f64;--paper:#fff9ec;--radius:16px;--radius-sm:10px;--card-shadow:0 2px 12px #2b7fd817;--card-shadow-hover:0 6px 24px #2b7fd82e}html,body,#whiteboard-root{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-user-select:none;user-select:none;font-family:Noto Sans SC,Inter,sans-serif;overflow:hidden}.wb-app{flex-direction:column;width:100%;min-width:0;height:100%;display:flex;overflow:hidden}.wb-toolbar{background:var(--bg);border-bottom:2px dashed var(--blue-border);z-index:100;flex-shrink:0;align-items:center;gap:6px;width:100%;min-width:0;height:48px;padding:0 12px;display:flex}.wb-logo{border-right:2px dashed var(--blue-border);align-items:center;gap:8px;height:100%;margin-right:6px;padding-right:12px;display:flex}.wb-logo-icon{background:var(--yellow);border:2px solid var(--blue);width:28px;height:28px;color:var(--blue);border-radius:8px;justify-content:center;align-items:center;font-family:Caveat,cursive;font-size:14px;font-weight:900;display:flex}.wb-logo span{color:var(--blue);letter-spacing:.3px;font-family:Caveat,cursive;font-size:16px;font-weight:700}.wb-tb-btn{border:2px dashed var(--blue-border);height:34px;color:var(--blue);cursor:pointer;white-space:nowrap;background:0 0;border-radius:10px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s}.wb-mobile-card-nav{display:none}.wb-tb-btn:hover{background:var(--blue-light);border-color:var(--blue);border-style:solid}.wb-tb-primary{background:var(--yellow-light);color:var(--text);border-color:#f4d758b3}.wb-tb-primary:hover{background:var(--yellow);border-style:solid}.wb-tb-doodle.active{background:var(--blue);color:#fff;border-style:solid;border-color:var(--blue)}.wb-tb-spacer{flex:1}.wb-zoom-pct{color:var(--blue);text-align:center;opacity:.6;min-width:44px;font-family:Fira Code,monospace;font-size:11px}.wb-review-badge{color:var(--text-sub);background:var(--yellow-light);white-space:nowrap;border:1px solid #f4d758bf;border-radius:999px;flex-shrink:0;padding:4px 9px;font-size:10px}.wb-body{flex:1;width:100%;min-width:0;min-height:0;display:flex}.wb-left{background:var(--bg);border-right:2px dashed var(--blue-border);flex-direction:column;flex-shrink:0;width:220px;display:flex;overflow:hidden}.wb-left-title{color:var(--blue);padding:14px 14px 10px;font-family:Caveat,cursive;font-size:18px;font-weight:700}.wb-layer-list{flex:1;padding:0 8px 12px;overflow-y:auto}.wb-layer-item{text-align:left;cursor:pointer;width:100%;color:var(--text-sub);background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:7px 8px;font-size:12px;transition:background .15s;display:flex}.wb-layer-item:hover{background:var(--blue-light);color:var(--blue)}.wb-layer-dot{border:1.5px solid var(--blue);border-radius:50%;flex-shrink:0;width:10px;height:10px}.wb-layer-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.wb-layer-owner{color:var(--text-muted);flex-shrink:0;font-size:10px}.wb-canvas{background:radial-gradient(circle, var(--blue-border) 1px, transparent 1px);cursor:grab;touch-action:none;background-size:28px 28px;flex:1;min-width:0;position:relative;overflow:hidden}.wb-canvas:active{cursor:grabbing}.wb-canvas.drawing,.wb-canvas.drawing:active{cursor:crosshair}.wb-canvas.drawing .wb-card{pointer-events:none}.wb-transform{transform-origin:0 0;width:0;height:0;position:absolute;top:0;left:0}.wb-doodles{pointer-events:none;z-index:0;width:10px;height:10px;position:absolute;top:0;left:0;overflow:visible}.wb-card{background:var(--card-bg);border-radius:var(--radius);border:2px dashed var(--blue-border);box-shadow:var(--card-shadow);cursor:grab;animation:.5s ease-out both wbCardIn;position:absolute}@keyframes wbCardIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.wb-card:hover{box-shadow:var(--card-shadow-hover)}.wb-card:active{cursor:grabbing}.wb-card-actions{z-index:10;gap:4px;display:none;position:absolute;top:8px;right:8px}.wb-card:hover .wb-card-actions,.wb-card.editing .wb-card-actions{display:flex}.wb-card-act{border:1.5px solid var(--blue-border);width:24px;height:24px;color:var(--blue);cursor:pointer;background:#fff9ecf0;border-radius:6px;justify-content:center;align-items:center;font-family:inherit;font-size:13px;transition:all .15s;display:flex}.wb-card-act:hover{background:var(--yellow);border-color:var(--blue)}.wb-card-del:hover{background:var(--yellow-light);color:var(--text);border-color:var(--yellow)}.wb-card-message{background:var(--bg);border:1.5px dashed #f4d758bf;padding:14px 16px;box-shadow:0 3px 10px #211e1a0f}.wb-card-head{align-items:center;gap:7px;margin-bottom:8px;display:flex}.wb-card-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:700;display:flex}.wb-card-name{color:var(--blue);align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.wb-card-mine{background:var(--yellow);color:var(--text);border-radius:6px;padding:1px 5px;font-size:9px;font-style:normal;font-weight:600}.wb-card-time{color:var(--text-muted);margin-left:auto;font-size:10px}.wb-card-text{white-space:pre-wrap;word-break:break-word;color:var(--text);pointer-events:none;margin:0;font-family:inherit;font-size:13px;line-height:1.7}.wb-card-edit{border:1.5px solid var(--blue);resize:vertical;background:var(--paper);-webkit-user-select:text;user-select:text;border-radius:8px;outline:none;width:100%;min-height:72px;padding:8px;font-family:inherit;font-size:13px;line-height:1.6}.card-intro{border:2px dashed var(--blue-border);background:linear-gradient(160deg, var(--paper) 0%, #2b7fd814 100%);padding:20px}.card-intro .intro-head{align-items:center;gap:12px;display:flex}.card-intro .intro-avatar-bare{flex-shrink:0;font-size:40px;line-height:1}.card-intro .intro-id{min-width:0}.card-intro .intro-name{color:var(--blue);text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:800;overflow:hidden}.card-intro .intro-bio{color:var(--text-sub);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.card-intro .intro-tags{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.card-intro .intro-tag{color:var(--blue);background:var(--blue-light);border:1.5px dashed var(--blue-border);border-radius:20px;padding:2px 10px;font-size:11px;font-weight:600}.card-intro .intro-link{color:#fff;background:var(--blue);text-overflow:ellipsis;white-space:nowrap;border-radius:20px;align-items:center;gap:4px;max-width:100%;margin-top:12px;padding:5px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;overflow:hidden}.card-intro .intro-link:hover{background:var(--text);transform:translateY(-1px)}.card-sticker{box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;display:flex;min-height:0!important}.card-sticker:hover{box-shadow:none}.card-sticker .sticker-emoji{filter:drop-shadow(0 4px 8px #2b7fd82e);font-size:84px;line-height:1;transition:transform .2s}.card-sticker:hover .sticker-emoji{transform:scale(1.12)rotate(-4deg)}.card-sticker .wb-card-actions{top:0;right:0}.card-polaroid{background:var(--paper);border:1px solid #0000000f;border-radius:4px;padding:12px 12px 14px;transition:transform .2s,box-shadow .2s;transform:rotate(-1.5deg);box-shadow:0 6px 18px #1a1a2e24}.card-polaroid:hover{transform:rotate(0)scale(1.03);box-shadow:0 10px 28px #1a1a2e33}.card-polaroid .polaroid-img{background:var(--paper);pointer-events:none;border-radius:2px;width:100%;display:block}.card-polaroid .polaroid-empty{background:var(--yellow-light);border-radius:2px;justify-content:center;align-items:center;width:100%;height:140px;font-size:40px;display:flex}.card-polaroid .polaroid-caption{color:var(--text);text-align:center;word-break:break-word;min-height:25px;margin-top:10px;font-family:Caveat,cursive;font-size:19px;line-height:1.3}.card-vote{background:linear-gradient(160deg, var(--paper) 0%, var(--bg) 100%);border:2px dashed #f4d758bf;padding:20px}.card-vote .vote-q{color:var(--text);word-break:break-word;margin-bottom:12px;font-family:Caveat,cursive;font-size:22px;font-weight:700;line-height:1.3}.card-vote .vote-ops{flex-direction:column;gap:8px;display:flex}.card-vote .vote-op{border:1.5px dashed var(--blue-border);background:var(--paper);color:var(--text-sub);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:border-color .15s;display:flex;position:relative;overflow:hidden}.card-vote .vote-op:hover{border-color:var(--blue);border-style:solid}.card-vote .vote-op.mine{border-color:var(--blue);color:var(--blue);border-style:solid}.card-vote .vote-fill{background:var(--yellow-light);transition:width .3s;position:absolute;top:0;bottom:0;left:0}.card-vote .vote-op.mine .vote-fill{background:#f4d75873}.card-vote .vote-op-text{z-index:1;text-overflow:ellipsis;white-space:nowrap;position:relative;overflow:hidden}.card-vote .vote-op-n{z-index:1;font-family:Fira Code,monospace;font-size:12px;position:relative}.card-vote .vote-total{color:var(--text-muted);margin-top:10px;font-size:10px}.card-washi{background:var(--paper);border:1px dashed #2b7fd840;border-radius:2px;padding:26px 22px 24px;position:relative}.card-washi:before{content:"";background:repeating-linear-gradient(90deg, var(--yellow) 0px, var(--yellow) 4px, #f4d75866 4px, #f4d75866 8px);border-radius:1px;width:60px;height:14px;position:absolute;top:-6px;left:30%;transform:rotate(-2deg)}.card-washi:after{content:"";background:repeating-linear-gradient(90deg, var(--blue) 0px, var(--blue) 4px, #2b7fd84d 4px, #2b7fd84d 8px);border-radius:1px;width:50px;height:14px;position:absolute;bottom:-6px;right:20%;transform:rotate(1.5deg)}.card-washi .washi-title{color:var(--text);margin-bottom:12px;font-family:Caveat,cursive;font-size:21px}.card-washi .washi-body{color:var(--text-sub);white-space:pre-wrap;font-size:13px;line-height:1.9}.card-sticky{background:var(--yellow);border:2px dashed var(--blue-border);border-radius:6px;padding:22px;transform:rotate(-2deg);box-shadow:0 3px 10px #2b7fd81a}.card-sticky.blue-sticky{background:#2b7fd82e;transform:rotate(1.5deg)}.card-sticky .sticky-text{color:var(--text);white-space:pre-wrap;font-family:Caveat,cursive;font-size:20px;line-height:1.45}.card-darkquote{background:var(--text);border:2px solid #2b7fd873;padding:28px}.card-darkquote .darkquote-text{color:var(--yellow);white-space:pre-wrap;font-family:Caveat,cursive;font-size:24px;line-height:1.4}.card-darkquote .darkquote-author{color:#ffffff8c;margin-top:12px;font-size:12px}.card-darkquote .wb-card-act{color:#ffffffb3;background:#ffffff1a;border-color:#ffffff40}.card-darkquote .wb-card-del:hover{background:var(--yellow-light);color:var(--yellow)}.card-narrative{background:linear-gradient(135deg, var(--paper) 0%, var(--bg) 100%);border:2px dashed #f4d758a6;padding:32px}.card-narrative .narrative-text{color:var(--text);white-space:pre-wrap;font-size:16px;line-height:1.8;position:relative}.card-narrative .narrative-text:before{content:"\"";color:var(--yellow);opacity:.65;font-family:Caveat,cursive;font-size:64px;line-height:1;position:absolute;top:-24px;left:-8px}.card-narrative .narrative-author{color:var(--blue);margin-top:16px;font-family:Caveat,cursive;font-size:16px}.card-profile{border:2px dashed var(--blue-border);padding:0;overflow:hidden}.card-profile .card-profile-header{background:linear-gradient(135deg, #2b7fd81a 0%, var(--bg) 100%);border-bottom:2px dashed var(--blue-border);padding:28px 28px 22px}.card-profile .profile-avatar{background:var(--yellow);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:14px;font-size:30px;display:flex}.card-profile .profile-avatar-img{object-fit:cover;border:3px solid var(--paper);border-radius:50%;width:64px;height:64px;margin-bottom:14px;display:block;box-shadow:0 2px 10px #211e1a24}.card-profile .profile-name{color:var(--blue);font-size:22px;font-weight:700}.card-profile .profile-sub{color:var(--text-sub);margin-top:2px;font-size:13px}.card-profile .profile-tag{background:var(--yellow-light);color:var(--blue);border:1.5px dashed var(--blue-border);border-radius:20px;margin-top:10px;padding:3px 12px;font-size:11px;font-weight:600;display:inline-block}.card-profile .card-profile-body{padding:22px 28px 26px}.card-profile .profile-slogan{color:var(--blue);margin-bottom:14px;font-family:Caveat,cursive;font-size:26px;line-height:1.3}.card-profile .profile-belief{color:var(--text-sub);border-left:3px solid var(--yellow);margin-bottom:14px;padding-left:12px;font-size:14px;line-height:1.7}.card-profile .profile-quote{color:var(--text-muted);font-size:12px;font-style:italic;line-height:1.6}.card-profile .profile-links{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.card-profile .profile-link{background:var(--blue-light);border:1.5px solid var(--blue-border);color:var(--blue);cursor:pointer;border-radius:20px;align-items:center;gap:5px;padding:5px 14px;font-family:inherit;font-size:12px;text-decoration:none;transition:all .18s;display:inline-flex}.card-profile .profile-link:hover{background:var(--yellow);border-color:var(--blue);color:var(--text)}.wb-qr-modal{text-align:center;max-width:300px}.wb-qr-img{border:2px solid var(--blue-border);border-radius:12px;width:220px;height:auto;margin:0 auto 12px;display:block}.wb-qr-tip{color:var(--text-sub);margin-bottom:8px;font-size:13px}.wb-qr-note{color:var(--text);background:var(--yellow-light);border:1.5px dashed var(--yellow);border-radius:10px;padding:8px 12px;font-size:14px;font-weight:700}.wb-pen-bar{border:2px dashed var(--blue-border);z-index:4000;background:#fff9ecf5;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;animation:.22s wbPop;display:flex;position:fixed;bottom:96px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #211e1a24}.wb-pen-label{font-size:16px}.wb-pen-sep{background:var(--blue-border);width:1.5px;height:20px}.wb-pen-width{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.wb-pen-width span{background:var(--text);border-radius:50%;display:block}.wb-pen-width.active{border-color:var(--blue)}.wb-pen-tool{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.wb-pen-tool.active{border-color:var(--blue);background:var(--blue-light)}.wb-pen-done{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:700}.wb-pen-done:hover{filter:brightness(1.1)}.wb-modal-backdrop{z-index:5000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#211e1a59;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.wb-modal{background:var(--bg);border:2px dashed var(--blue-border);border-radius:18px;width:400px;max-width:92vw;max-height:86vh;padding:22px 22px 16px;animation:.22s wbPop;overflow-y:auto;box-shadow:0 16px 48px #211e1a2e}@keyframes wbPop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.wb-modal-title{color:var(--blue);margin-bottom:14px;font-family:Caveat,cursive;font-size:20px;font-weight:700}.wb-modal-input{border:1.5px solid var(--blue-border);background:var(--paper);width:100%;color:var(--text);-webkit-user-select:text;user-select:text;border-radius:10px;outline:none;margin-bottom:10px;padding:9px 12px;font-family:inherit;font-size:13px}.wb-modal-input:focus{border-color:var(--blue)}.wb-modal-textarea{resize:vertical;min-height:84px}.wb-modal-colors{gap:8px;margin:2px 0 14px;display:flex}.wb-color{cursor:pointer;border:2px solid #0000;border-radius:50%;width:26px;height:26px;padding:0}.wb-color.active{border-color:var(--blue);transform:scale(1.12)}.wb-modal-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.wb-modal-cancel,.wb-modal-send{cursor:pointer;border:none;border-radius:10px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600}.wb-modal-cancel{background:var(--yellow-light);color:var(--text-sub)}.wb-modal-send{background:var(--blue);color:#fff}.wb-modal-send:disabled{opacity:.5;cursor:not-allowed}.wb-modal-send:hover:not(:disabled){filter:brightness(1.08)}.wb-modal-status{color:var(--text-sub);min-height:14px;margin-top:10px;font-size:12px}.wb-modal-error{color:#9d352f}.wb-review-note{color:var(--text-sub);background:var(--yellow-light);border:1px dashed #f4d758e6;border-radius:10px;margin:-4px 0 14px;padding:9px 11px;font-size:12px;line-height:1.55}.wb-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.wb-emoji-row{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.wb-emoji-grid{max-height:168px;overflow-y:auto}.wb-emoji{border:1.5px dashed var(--blue-border);background:var(--paper);cursor:pointer;border-radius:10px;width:38px;height:38px;font-size:20px;transition:all .15s}.wb-emoji:hover{transform:scale(1.1)}.wb-emoji.active{border-color:var(--blue);background:var(--blue-light);border-style:solid}.wb-upload{border:2px dashed var(--blue-border);background:var(--paper);cursor:pointer;min-height:120px;color:var(--text-sub);border-radius:12px;justify-content:center;align-items:center;margin-bottom:10px;font-size:13px;transition:all .15s;display:flex;overflow:hidden}.wb-upload:hover{border-color:var(--blue);background:var(--blue-light)}.wb-upload-preview{max-width:100%;max-height:220px;display:block}.wb-vote-opt-row{align-items:center;gap:6px;display:flex}.wb-vote-opt-row .wb-modal-input{flex:1}.wb-vote-opt-del{border:1.5px solid var(--blue-border);background:var(--paper);width:28px;height:28px;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;margin-bottom:10px;font-size:14px}.wb-vote-opt-add{border:1.5px dashed var(--blue-border);color:var(--blue);cursor:pointer;background:0 0;border-radius:10px;margin-bottom:10px;padding:7px 12px;font-family:inherit;font-size:12px;font-weight:600}.wb-vote-opt-add:hover{background:var(--blue-light)}.wb-picker{width:460px}.wb-template-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:12px;display:grid}.wb-template-item{border:1.5px dashed var(--blue-border);border-radius:var(--radius-sm);cursor:pointer;text-align:center;background:var(--bg);padding:14px 10px;font-family:inherit;transition:all .18s}.wb-template-item:hover{border-color:var(--blue);background:var(--blue-light);border-style:solid;transform:translateY(-2px);box-shadow:0 4px 12px #2b7fd81a}.wb-template-icon{margin-bottom:6px;font-size:24px}.wb-template-name{color:var(--text-sub);font-size:12px;font-weight:600}.wb-picker-note{color:var(--text-muted);margin-bottom:12px;font-size:11px}.wb-toast{color:var(--paper);z-index:6000;background:#211e1ae6;border-radius:999px;padding:9px 18px;font-size:13px;animation:.25s wbToastIn;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@keyframes wbToastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--blue-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--blue)}@media (width<=768px){.wb-left{display:none}.wb-toolbar{scrollbar-width:none;overscroll-behavior-x:contain;gap:6px;height:56px;padding:0 8px;overflow:auto hidden}.wb-toolbar::-webkit-scrollbar{display:none}.wb-tb-btn{flex-shrink:0;min-width:44px;height:44px;min-height:44px;padding:0 12px;font-size:12px}.wb-logo span{display:none}.wb-logo{flex-shrink:0;margin-right:0;padding-right:8px}.wb-review-badge,.wb-zoom-pct{display:none}.wb-tb-spacer{flex:0 0 2px}.wb-mobile-card-nav{justify-content:center;align-items:center;display:inline-flex}.wb-card-drawer-backdrop{z-index:5000;background:#211e1a4d;align-items:flex-end;display:flex;position:fixed;inset:0}.wb-card-drawer{width:100%;max-height:min(70dvh,560px);padding:10px 12px max(12px, env(safe-area-inset-bottom));border:2px dashed var(--blue-border);background:var(--bg);border-bottom:0;border-radius:18px 18px 0 0;flex-direction:column;animation:.2s ease-out wbDrawerIn;display:flex;box-shadow:0 -12px 32px #211e1a2e}@keyframes wbDrawerIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wb-card-drawer-head{justify-content:space-between;align-items:center;gap:12px;padding:4px 4px 12px;display:flex}.wb-card-drawer-kicker{color:var(--text-sub);font-size:12px}.wb-card-drawer h2{color:var(--blue);font-family:Caveat,cursive;font-size:24px;line-height:1.1}.wb-card-drawer-close{border:2px dashed var(--blue-border);background:var(--paper);width:44px;height:44px;color:var(--blue);cursor:pointer;border-radius:12px;flex:0 0 44px;font:28px/1 sans-serif}.wb-card-drawer-list{padding-bottom:4px;overflow-y:auto}.wb-card-drawer .wb-layer-item{min-height:44px;padding:10px 8px;font-size:14px}.wb-pen-bar{gap:6px;padding:6px 10px;bottom:92px}}
