*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--surface: #f9f9f8;--border: #e8e8e6;--text: #1a1a18;--text-muted: #9b9b97;--text-faint: #c8c8c4;--accent: #2563eb;--accent-hover: #1d4ed8;--radius: 7px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, Consolas, monospace;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04)}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2.5rem;background-image:radial-gradient(circle,#d1d5db 1px,transparent 1px);background-size:24px 24px;background-color:#fff}.home-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:3rem 3.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;box-shadow:var(--shadow-md);max-width:400px;width:100%}.home-logo{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text);line-height:1}.home-logo span{color:var(--accent)}.home-tagline{font-size:.875rem;color:var(--text-muted);text-align:center;line-height:1.5}.btn-new{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 1px 3px #2563eb59;margin-top:.5rem;width:100%;justify-content:center}.btn-new:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb59}.btn-new:active{transform:translateY(0)}.home-divider{width:100%;display:flex;align-items:center;gap:.75rem;color:var(--text-faint);font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.home-divider:before,.home-divider:after{content:"";flex:1;height:1px;background:var(--border)}.history{width:100%}.history-list{list-style:none}.history-item{display:flex;align-items:center;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid var(--border);gap:.75rem}.history-item:last-child{border-bottom:none}.history-item a{color:var(--text);text-decoration:none;font-size:.875rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .12s}.history-item a:hover{color:var(--accent)}.history-date{font-size:.72rem;color:var(--text-faint);flex-shrink:0}.paper-layout{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;z-index:100;background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.5rem;padding:0 1.25rem;height:48px}.header-logo{font-size:.92rem;font-weight:800;letter-spacing:-.025em;color:var(--text);text-decoration:none;flex-shrink:0;transition:opacity .12s}.header-logo:hover{opacity:.7}.header-logo span{color:var(--accent)}.header-spacer{flex:1}.status-indicator{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-muted);font-weight:500}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--text-faint);flex-shrink:0;transition:background .3s}.status-dot.live{background:#22c55e}.status-dot.offline{background:#ef4444}.status-dot.connecting{background:#f59e0b;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.header-sep{width:1px;height:18px;background:var(--border);flex-shrink:0}.avatar-bar{display:flex;align-items:center}.avatar{width:26px;height:26px;border-radius:5px;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:.67rem;font-weight:700;color:#fff;cursor:default;flex-shrink:0;margin-left:-5px;transition:transform .12s,z-index 0s;position:relative;z-index:1}.avatar:first-child{margin-left:0}.avatar:hover{transform:translateY(-2px) scale(1.1);z-index:10}.avatar-overflow{font-size:.7rem;color:var(--text-muted);margin-left:7px;white-space:nowrap;font-weight:500}.header-btn{background:transparent;border:1px solid var(--border);border-radius:6px;padding:.28rem .65rem;font-size:.775rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap;display:flex;align-items:center;gap:.3rem;letter-spacing:.01em;font-family:inherit}.header-btn:hover{background:var(--surface);border-color:#d0d0cc;color:var(--text)}.header-btn.copied{background:#f0fdf4;border-color:#86efac;color:#15803d}.header-btn.primary{background:var(--text);color:#fff;border-color:var(--text)}.header-btn.primary:hover{background:#333;border-color:#333;color:#fff}.editor-wrap{flex:1;display:flex;justify-content:center;padding:4.5rem 2rem 8rem}.editor-wrap>.tiptap-container{width:100%;max-width:720px}.ProseMirror{width:100%;min-height:calc(100vh - 200px);outline:none;font-size:1.0625rem;line-height:1.8;color:var(--text);caret-color:var(--accent)}.ProseMirror>*+*{margin-top:.9em}.ProseMirror h1{font-size:2.1rem;font-weight:750;line-height:1.2;letter-spacing:-.025em;color:#0f0f0e}.ProseMirror h2{font-size:1.4rem;font-weight:650;line-height:1.3;letter-spacing:-.015em;margin-top:1.75em}.ProseMirror h3{font-size:1.1rem;font-weight:650;line-height:1.4;margin-top:1.5em}.ProseMirror h1+*,.ProseMirror h2+*,.ProseMirror h3+*{margin-top:.5em}.ProseMirror .is-empty:before{content:attr(data-placeholder);color:var(--text-faint);pointer-events:none;float:left;height:0}.ProseMirror p.is-editor-empty:first-child:before,.ProseMirror h1.is-empty:before,.ProseMirror p.is-empty:before{content:attr(data-placeholder);color:var(--text-faint);pointer-events:none;float:left;height:0}.ProseMirror ul,.ProseMirror ol{padding-left:1.6rem}.ProseMirror li{margin-top:0;line-height:1.55}.ProseMirror li>p{margin:0}.ProseMirror blockquote{border-left:3px solid var(--border);padding-left:1.1rem;color:var(--text-muted);font-style:italic;margin:1.25em 0}.ProseMirror code{background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:.12em .38em;font-family:var(--font-mono);font-size:.85em;color:#c0392b}.ProseMirror pre{background:#1a1a18;border-radius:var(--radius);padding:1.25rem 1.5rem;overflow-x:auto;margin:1.25em 0}.ProseMirror pre code{background:none;border:none;padding:0;color:#e2e2df;font-size:.875rem}.ProseMirror hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.ProseMirror a{color:var(--accent);text-decoration:underline;text-decoration-color:#2563eb59;text-underline-offset:2px;transition:text-decoration-color .12s}.ProseMirror a:hover{text-decoration-color:var(--accent)}.ProseMirror ul[data-type=taskList]{padding-left:0;list-style:none}.ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.6rem}.ProseMirror ul[data-type=taskList] li label{flex-shrink:0;margin-top:.35rem}.ProseMirror ul[data-type=taskList] li[data-checked=true]>div{text-decoration:line-through;color:var(--text-muted)}.ProseMirror ::selection{background:#2563eb26}.ProseMirror .collaboration-cursor__caret{border-left:2px solid;border-right:0;margin-left:-1px;pointer-events:none;position:relative;word-break:normal}.ProseMirror .collaboration-cursor__label{border-radius:3px 3px 3px 0;font-size:.7rem;font-weight:600;padding:.08rem .4rem;position:absolute;top:-1.5em;left:-1px;white-space:nowrap;color:#fff;pointer-events:none;opacity:0;transition:opacity .15s}.ProseMirror:hover .collaboration-cursor__label{opacity:1}.ProseMirror:focus-within .collaboration-cursor__label{opacity:1}.bubble-menu{display:inline-flex;align-items:center;gap:1px;background:#1a1a18;border-radius:8px;padding:4px;box-shadow:0 8px 24px #00000038,0 2px 8px #00000029;width:max-content;white-space:nowrap}@keyframes bubble-in{0%{opacity:0;transform:translate(-50%) translateY(3px) scale(.97)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.bubble-btn{background:transparent;border:none;border-radius:5px;padding:.28rem .48rem;color:#a8a8a4;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .08s,color .08s;line-height:1;font-family:inherit;min-width:24px;display:flex;align-items:center;justify-content:center}.bubble-btn:hover{background:#2d2d2b;color:#fff}.bubble-btn.is-active{background:#fff;color:#1a1a18}.bubble-sep{width:1px;height:14px;background:#333;margin:0 2px;flex-shrink:0}.centered-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.centered-page h1{font-size:1.5rem;font-weight:700}.centered-page p{color:var(--text-muted);max-width:360px;line-height:1.6}.toast{position:fixed;bottom:2rem;left:50%;background:#1a1a18;color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.8rem;font-weight:500;box-shadow:var(--shadow-md);pointer-events:none;z-index:999;animation:toast-in .18s ease,toast-out .18s ease 1.85s forwards;white-space:nowrap}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toast-out{to{opacity:0;transform:translate(-50%) translateY(4px)}}
