@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--pe-bg:#fff;--pe-text:#1e293b;--pe-text-muted:#64748b;--pe-font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--pe-border:#e2e8f0;--pe-radius:10px;--pe-shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--pe-shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--pe-focus:#3b82f673;--pe-toolbar-bg:#f8fafc;--pe-btn-hover:#0000000f;--pe-btn-active:#0000001a;--pe-accent:#3b82f6}.play-editor-container{border:1px solid var(--pe-border);border-radius:var(--pe-radius);background:var(--pe-bg);font-family:var(--pe-font);color:var(--pe-text);box-shadow:var(--pe-shadow);flex-direction:column;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.play-editor-container:focus-within{border-color:var(--pe-accent);box-shadow:0 0 0 3px var(--pe-focus)}.play-editor-disabled{opacity:.6;pointer-events:none}.play-editor-toolbar{background:var(--pe-toolbar-bg);border-bottom:1px solid var(--pe-border);flex-wrap:wrap;align-items:center;gap:1px;padding:4px 8px;display:flex}.play-editor-btn{width:30px;height:30px;color:var(--pe-text-muted);cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,transform .1s;display:inline-flex;position:relative}.play-editor-btn svg{pointer-events:none;width:16px;height:16px}.play-editor-btn:hover{background:var(--pe-btn-hover);color:var(--pe-text)}.play-editor-btn:active{background:var(--pe-btn-active);transform:scale(.94)}.play-editor-btn:focus-visible{outline:2px solid var(--pe-accent);outline-offset:2px}.play-editor-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.play-editor-btn:after{content:attr(title);color:#f8fafc;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:#1e293b;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:500;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)scale(.92)}.play-editor-btn:hover:after{opacity:1;transform:translate(-50%)scale(1)}.play-editor-select-wrapper{align-items:center;margin-left:4px;display:inline-flex}.play-editor-heading-select{border:1px solid var(--pe-border);background:var(--pe-bg);height:30px;color:var(--pe-text);cursor:pointer;border-radius:6px;outline:none;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500;transition:border-color .15s}.play-editor-heading-select:hover{border-color:var(--pe-text-muted)}.play-editor-heading-select:focus-visible{outline:2px solid var(--pe-accent);outline-offset:2px}.play-editor-divider{background:var(--pe-border);flex-shrink:0;width:1px;height:18px;margin:0 3px}.play-editor-content{min-height:300px;color:var(--pe-text);outline:none;padding:1.25rem 1.5rem;font-size:15px;line-height:1.7;overflow-y:auto}.play-editor-content:empty:before{content:"Start typing…";color:var(--pe-text-muted);pointer-events:none;display:block}.play-editor-content p{margin:0 0 .75em}.play-editor-content h1{color:#0f172a;margin:1.2em 0 .4em;font-size:1.75em;font-weight:700}.play-editor-content h2{color:#0f172a;margin:1em 0 .35em;font-size:1.35em;font-weight:600}.play-editor-content h3{color:#0f172a;margin:.8em 0 .3em;font-size:1.15em;font-weight:600}.play-editor-content h4{color:#0f172a;margin:.7em 0 .25em;font-size:1.05em;font-weight:600}.play-editor-content h5{color:#334155;margin:.6em 0 .2em;font-size:.95em;font-weight:600}.play-editor-content h6{color:#475569;margin:.5em 0 .2em;font-size:.875em;font-weight:600}.play-editor-content a{color:var(--pe-accent);text-decoration:underline}.play-editor-content img{border-radius:6px;max-width:100%;height:auto;margin:.5em 0}.play-editor-content hr{border:none;border-top:2px solid var(--pe-border);margin:1.5em 0}.play-editor-content blockquote{border-left:3px solid var(--pe-accent);color:var(--pe-text-muted);margin-left:0;padding-left:1em}.play-editor-color-picker{cursor:pointer;width:30px;height:30px;color:var(--pe-text-muted);border:none;border-radius:5px;justify-content:center;align-items:center;transition:background .15s;display:inline-flex;position:relative}.play-editor-color-picker:hover{background:var(--pe-btn-hover);color:var(--pe-text)}.play-editor-color-picker input[type=color]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.play-editor-color-picker span{pointer-events:none;align-items:center;display:flex}.play-editor-color-picker span svg{width:16px;height:16px}.play-editor-media-wrapper{max-width:100%;margin:1em 0}.play-editor-media-wrapper iframe{border-radius:8px;max-width:100%}.play-editor-table{border-collapse:collapse;width:100%;margin:1em 0}.play-editor-table td,.play-editor-table th{border:1px solid var(--pe-border);text-overflow:ellipsis;min-width:60px;padding:10px 14px;font-size:14px;overflow:hidden}.play-editor-table th{background:var(--pe-toolbar-bg);font-weight:600}.play-editor-accordion{border:1px solid var(--pe-border);border-radius:8px;margin:1em 0;overflow:hidden}.play-editor-accordion summary{background:var(--pe-toolbar-bg);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;list-style:none;display:flex}.play-editor-accordion summary:before{content:"▸";transition:transform .2s}.play-editor-accordion[open] summary:before{transform:rotate(90deg)}.play-editor-accordion-content{padding:14px 16px}.play-editor-page-break{page-break-after:always;align-items:center;gap:12px;margin:1.5em 0;display:flex}.play-editor-page-break:before,.play-editor-page-break:after{content:"";border-top:2px dashed var(--pe-border);flex:1}.play-editor-page-break span{letter-spacing:.05em;text-transform:uppercase;color:var(--pe-text-muted);white-space:nowrap;font-size:11px;font-weight:600}.play-editor-toc{background:var(--pe-toolbar-bg);border:1px solid var(--pe-border);border-radius:8px;margin:1em 0;padding:16px 20px}.play-editor-toc h3{text-transform:uppercase;letter-spacing:.04em;color:var(--pe-text-muted);margin:0 0 10px;font-size:14px;font-weight:700}.play-editor-toc ul{margin:0;padding:0;list-style:none}.play-editor-toc li{padding:4px 0}.play-editor-toc a{color:var(--pe-accent);font-size:14px;font-weight:500;text-decoration:none}.play-editor-toc a:hover{text-decoration:underline}.play-editor-mention{color:var(--pe-accent);-webkit-user-select:all;user-select:all;cursor:default;white-space:nowrap;background:linear-gradient(135deg,#eff6ff,#e0e7ff);border-radius:12px;align-items:center;margin:0 2px;padding:2px 8px;font-size:.875em;font-weight:600;display:inline-flex}.play-editor-mention-dropdown{z-index:100;background:var(--pe-bg);border:1px solid var(--pe-border);border-radius:10px;min-width:220px;max-width:calc(100% - 20px);max-height:260px;padding:4px;position:absolute;overflow-y:auto;box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #0000001a}.play-editor-mention-item{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .12s;display:flex}.play-editor-mention-item:hover,.play-editor-mention-item.active{background:var(--pe-btn-hover)}.play-editor-mention-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.play-editor-mention-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.play-editor-mention-name{color:var(--pe-text);font-size:13px;font-weight:500}.play-editor-inline-code{color:#e11d48;border:1px solid var(--pe-border);background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.875em}.play-editor-code-block{color:#e2e8f0;tab-size:2;background:#1e293b;border-radius:8px;margin:1em 0;padding:16px 20px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.play-editor-code-block code{color:inherit;font-size:inherit;background:0 0;border:none;padding:0}.play-editor-source-view{white-space:pre-wrap;color:#e2e8f0!important;background:#1e293b!important;font-family:SF Mono,Fira Code,Cascadia Code,monospace!important;font-size:13px!important}.play-editor-btn-active{background:var(--pe-accent)!important;color:#fff!important}.play-editor-datetime{color:#16a34a;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;align-items:center;padding:2px 8px;font-size:.875em;font-weight:500;display:inline-flex}.play-editor-emoji-picker{z-index:200;background:var(--pe-bg);border:1px solid var(--pe-border);border-radius:12px;width:340px;max-width:calc(100vw - 32px);padding:8px;animation:.15s pe-fade-in;position:absolute;box-shadow:0 20px 25px -5px #00000026,0 8px 10px -6px #0000001a}@keyframes pe-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.play-editor-emoji-tabs{border-bottom:1px solid var(--pe-border);gap:2px;margin-bottom:6px;padding-bottom:6px;display:flex;overflow-x:auto}.play-editor-emoji-tab{color:var(--pe-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:background .12s,color .12s}.play-editor-emoji-tab:hover{background:var(--pe-btn-hover)}.play-editor-emoji-tab.active{background:var(--pe-accent);color:#fff}.play-editor-emoji-grid{grid-template-columns:repeat(8,1fr);gap:2px;max-height:200px;padding:2px;display:grid;overflow-y:auto}.play-editor-emoji-item{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:background .1s,transform .1s;display:flex}.play-editor-emoji-item:hover{background:var(--pe-btn-hover);transform:scale(1.15)}.play-editor-token{color:#92400e;-webkit-user-select:all;user-select:all;cursor:default;white-space:nowrap;vertical-align:baseline;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:4px;align-items:center;margin:0 1px;padding:1px 7px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.8em;font-weight:600;display:inline-flex}.play-editor-token-dropdown{z-index:200;background:var(--pe-bg);border:1px solid var(--pe-border);border-radius:12px;flex-direction:column;width:300px;max-width:calc(100vw - 32px);max-height:360px;padding:8px;animation:.15s pe-fade-in;display:flex;position:absolute;box-shadow:0 20px 25px -5px #00000026,0 8px 10px -6px #0000001a}.play-editor-token-search{border:1px solid var(--pe-border);width:100%;color:var(--pe-text);background:var(--pe-bg);box-sizing:border-box;border-radius:8px;outline:none;margin-bottom:6px;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.play-editor-token-search:focus{border-color:var(--pe-accent)}.play-editor-token-search::placeholder{color:var(--pe-text-muted)}.play-editor-token-list{max-height:280px;padding:2px 0;overflow-y:auto}.play-editor-token-category{text-transform:uppercase;letter-spacing:.05em;color:var(--pe-text-muted);padding:8px 10px 4px;font-size:10px;font-weight:700}.play-editor-token-item{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;transition:background .12s;display:flex}.play-editor-token-item:hover{background:var(--pe-btn-hover)}.play-editor-token-item-label{color:var(--pe-text);font-size:13px;font-weight:500}.play-editor-token-item-key{color:#92400e;white-space:nowrap;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;padding:2px 6px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:11px}.play-editor-token-empty{text-align:center;color:var(--pe-text-muted);padding:16px;font-size:13px}.play-editor-token-list::-webkit-scrollbar{width:6px}.play-editor-token-list::-webkit-scrollbar-track{background:0 0}.play-editor-token-list::-webkit-scrollbar-thumb{background:var(--pe-border);border-radius:3px}.play-editor-emoji-grid::-webkit-scrollbar{width:6px}.play-editor-mention-dropdown::-webkit-scrollbar{width:6px}.play-editor-emoji-grid::-webkit-scrollbar-track{background:0 0}.play-editor-mention-dropdown::-webkit-scrollbar-track{background:0 0}.play-editor-emoji-grid::-webkit-scrollbar-thumb{background:var(--pe-border);border-radius:3px}.play-editor-mention-dropdown::-webkit-scrollbar-thumb{background:var(--pe-border);border-radius:3px}.play-editor-toolbar-group{display:inline-flex;position:relative}.play-editor-group-trigger{gap:1px;width:auto!important;padding:0 4px!important}.play-editor-group-trigger span{align-items:center;display:flex}.play-editor-group-chevron{opacity:.5;flex-shrink:0}.play-editor-group-dropdown{z-index:200;background:var(--pe-bg);border:1px solid var(--pe-border);border-radius:10px;flex-wrap:wrap;gap:1px;min-width:max-content;padding:6px;animation:.15s pe-fade-in;display:none;position:absolute;box-shadow:0 20px 25px -5px #00000026,0 8px 10px -6px #0000001a}.play-editor-group-dropdown .play-editor-btn{width:auto;color:var(--pe-text);white-space:nowrap;gap:6px;padding:6px 10px;font-size:12px}.play-editor-group-dropdown .play-editor-btn:after{display:none}.play-editor-group-dropdown .play-editor-divider{width:100%;height:1px;margin:3px 0}.play-editor-fontsize-select{appearance:none;background:var(--pe-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 6px center;border:1px solid var(--pe-border);color:var(--pe-text);cursor:pointer;border-radius:6px;outline:none;min-width:70px;padding:5px 22px 5px 8px;font-family:inherit;font-size:13px;transition:border-color .15s}.play-editor-fontsize-select:hover{border-color:var(--pe-accent)}.play-editor-fontsize-select:focus{border-color:var(--pe-accent);box-shadow:0 0 0 2px var(--pe-focus)}.play-editor-fontfamily-select{appearance:none;background:var(--pe-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 6px center;border:1px solid var(--pe-border);color:var(--pe-text);cursor:pointer;border-radius:6px;outline:none;min-width:100px;padding:5px 22px 5px 8px;font-family:inherit;font-size:13px;transition:border-color .15s}.play-editor-fontfamily-select:hover{border-color:var(--pe-accent)}.play-editor-fontfamily-select:focus{border-color:var(--pe-accent);box-shadow:0 0 0 2px var(--pe-focus)}.play-editor-spacing-dropdown{z-index:200;background:var(--pe-bg);border:1px solid var(--pe-border);border-radius:12px;width:200px;max-width:calc(100vw - 32px);padding:6px;animation:.15s pe-fade-in;position:absolute;box-shadow:0 20px 25px -5px #00000026,0 8px 10px -6px #0000001a}.play-editor-spacing-header{text-transform:uppercase;letter-spacing:.05em;color:var(--pe-text-muted);padding:8px 10px 4px;font-size:10px;font-weight:700}.play-editor-spacing-item{cursor:pointer;color:var(--pe-text);border-radius:8px;padding:7px 10px;font-size:13px;transition:background .12s}.play-editor-spacing-item:hover{background:var(--pe-btn-hover)}.play-editor-button-block{-webkit-user-select:none;user-select:none;cursor:pointer;position:relative}.play-editor-button-block:hover{outline:2px dashed var(--pe-accent);outline-offset:4px;border-radius:4px}.play-editor-button-popup{z-index:200;background:var(--pe-bg);border:1px solid var(--pe-border);border-radius:12px;flex-direction:column;gap:8px;width:320px;max-width:calc(100vw - 32px);padding:16px;animation:.15s pe-fade-in;display:flex;position:absolute;box-shadow:0 20px 25px -5px #00000026,0 8px 10px -6px #0000001a}.play-editor-button-popup-label{color:var(--pe-text-muted);flex-direction:column;flex:1;gap:4px;font-size:11px;font-weight:600;display:flex}.play-editor-button-popup-input{border:1px solid var(--pe-border);width:100%;color:var(--pe-text);background:var(--pe-bg);box-sizing:border-box;border-radius:8px;outline:none;padding:7px 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.play-editor-button-popup-input:focus{border-color:var(--pe-accent)}.play-editor-button-popup-input-sm{width:100%;min-width:0}.play-editor-button-popup-color{border:1px solid var(--pe-border);cursor:pointer;border-radius:6px;width:100%;height:32px;padding:2px}.play-editor-button-popup-row{gap:8px;display:flex}.play-editor-button-popup-actions{gap:8px;margin-top:4px;display:flex}.play-editor-button-popup-submit{background:var(--pe-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s}.play-editor-button-popup-submit:hover{opacity:.9}.play-editor-button-popup-cancel{color:var(--pe-text-muted);border:1px solid var(--pe-border);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;transition:background .15s}.play-editor-button-popup-cancel:hover{background:var(--pe-btn-hover)}.play-editor-resize-overlay{border:2px solid var(--pe-accent);pointer-events:none;z-index:50;box-sizing:border-box;position:absolute}.play-editor-resize-handle{background:var(--pe-accent);pointer-events:all;z-index:51;box-sizing:border-box;border:2px solid #fff;border-radius:2px;width:10px;height:10px;position:absolute}.play-editor-resize-handle-nw{cursor:nwse-resize;top:-5px;left:-5px}.play-editor-resize-handle-ne{cursor:nesw-resize;top:-5px;right:-5px}.play-editor-resize-handle-sw{cursor:nesw-resize;bottom:-5px;left:-5px}.play-editor-resize-handle-se{cursor:nwse-resize;bottom:-5px;right:-5px}.play-editor-resize-info{color:#fff;white-space:nowrap;pointer-events:none;background:#000000b3;border-radius:4px;padding:2px 8px;font-family:SF Mono,Fira Code,monospace;font-size:11px;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.play-editor-preview-mode .play-editor-content{background:#fff;max-width:600px;margin:0 auto}.play-editor-preview-exit{background:var(--pe-accent);color:#fff;cursor:pointer;border:none;border-radius:0 0 8px 8px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:opacity .15s;display:flex}.play-editor-preview-exit:hover{opacity:.9}.play-editor-preview-exit svg{width:16px;height:16px}.play-editor-token-preview{color:#065f46;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#34d399}@media print{.play-editor-toolbar{display:none!important}.play-editor-container{box-shadow:none;border:none}.play-editor-content{min-height:0;padding:0}.play-editor-emoji-picker,.play-editor-mention-dropdown{display:none!important}}@media (width<=480px){.play-editor-emoji-picker{width:calc(100vw - 32px);left:0!important}.play-editor-emoji-grid{grid-template-columns:repeat(6,1fr)}.play-editor-heading-select{max-width:100px}}
