:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--bg-navbar: rgba(255, 255, 255, .95);--bg-card: rgba(255, 255, 255, .9);--bg-overlay: rgba(0, 0, 0, .05);--bg-section: rgba(0, 0, 0, .02);--bg-footer: rgba(0, 0, 0, .8);--text-primary: #1a1a1a;--text-secondary: #6c757d;--text-muted: #8e9297;--border-color: rgba(0, 0, 0, .1);--border-hover: rgba(255, 70, 85, .3);--shadow: rgba(0, 0, 0, .1);--shadow-hover: rgba(0, 0, 0, .15);--accent-color: #ff4655;--accent-hover: #ff6b6b;--accent-shadow: rgba(255, 70, 85, .4);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.dark{--bg-primary: #0a0a0a;--bg-secondary: #1a1a2e;--bg-tertiary: #16213e;--bg-navbar: rgba(0, 0, 0, .9);--bg-card: rgba(0, 0, 0, .5);--bg-overlay: rgba(255, 255, 255, .02);--bg-section: rgba(255, 255, 255, .02);--bg-footer: rgba(0, 0, 0, .8);--text-primary: #ffffff;--text-secondary: #b8c5d1;--text-muted: #888;--border-color: rgba(255, 70, 85, .3);--border-hover: rgba(255, 70, 85, .5);--shadow: rgba(0, 0, 0, .3);--shadow-hover: rgba(255, 70, 85, .2);--accent-color: #ff4655;--accent-hover: #ff6b6b;--accent-shadow: rgba(255, 70, 85, .4)}.light{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #e9ecef;--bg-navbar: rgba(255, 255, 255, .95);--bg-card: rgba(255, 255, 255, .9);--bg-overlay: rgba(0, 0, 0, .05);--text-primary: #1a1a1a;--text-secondary: #6c757d;--text-muted: #8e9297;--border-color: rgba(0, 0, 0, .1);--border-hover: rgba(255, 70, 85, .3);--shadow: rgba(0, 0, 0, .1);--shadow-hover: rgba(0, 0, 0, .15)}*{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}a{font-weight:500;color:var(--primary-red);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-red-hover)}button{font-family:inherit;cursor:pointer;transition:all .3s ease}p{margin:0 0 1rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:var(--primary-red);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-red-hover)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.language-selector{position:relative}.language-dropdown{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;min-width:100px;transition:all .3s ease}.language-dropdown:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px var(--accent-shadow)}.language-dropdown option{background:var(--bg-card);color:var(--text-primary)}@media(max-width:768px){.language-dropdown{font-size:.8rem;padding:.4rem .8rem;min-width:80px}}.theme-toggle{background:transparent;border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;width:40px;height:40px}.theme-toggle:hover{background:var(--primary-red);border-color:var(--primary-red);transform:scale(1.05)}.theme-icon{width:20px;height:20px;transition:transform .3s ease}.theme-toggle:hover .theme-icon{transform:rotate(15deg)}@media(max-width:768px){.theme-toggle{width:36px;height:36px}.theme-icon{width:18px;height:18px}}.app{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-primary);background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%);min-height:100vh}.navbar{position:fixed;top:0;width:100%;background:var(--bg-navbar);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo h2{margin:0;color:var(--accent-color);font-size:1.5rem;font-weight:700}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:var(--accent-color)}.join-btn{background:linear-gradient(45deg,var(--accent-color),var(--accent-hover));color:#fff;border:none;padding:.5rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:700;transition:transform .3s ease}.join-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px var(--accent-shadow)}.hero{padding:120px 2rem 80px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.highlight{color:var(--accent-color);background:linear-gradient(45deg,var(--accent-color),var(--accent-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.btn-primary{background:linear-gradient(45deg,var(--accent-color),var(--accent-hover));color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px var(--accent-shadow)}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--accent-color);padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:var(--accent-color);transform:translateY(-3px)}.hero-visual{display:flex;justify-content:center;align-items:center}.game-preview{position:relative}.preview-screen{width:400px;height:250px;background:linear-gradient(45deg,var(--bg-card),var(--bg-secondary));border:3px solid var(--accent-color);border-radius:12px;position:relative;overflow:hidden}.screen-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--text-primary)}.crosshair{font-size:3rem;color:var(--accent-color);margin-bottom:1rem}.health-bar{background:#4caf50;padding:.5rem;border-radius:4px;margin-bottom:.5rem;font-weight:700}.ammo-counter{background:#2196f3;padding:.5rem;border-radius:4px;font-weight:700}.stats-section{padding:60px 2rem;background:var(--bg-section)}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px var(--accent-shadow)}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:var(--accent-color);margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:1.1rem}.features-section{padding:80px 2rem}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;justify-items:center}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:var(--accent-color);box-shadow:0 10px 30px var(--accent-shadow)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.feature-btn{background:transparent;color:var(--accent-color);border:2px solid var(--accent-color);padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:700;transition:all .3s ease}.feature-btn:hover{background:var(--accent-color);color:#fff}.activity-section{padding:80px 2rem;background:var(--bg-section)}.activity-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:3rem}.activity-main h2{margin-bottom:2rem}.chat-feed{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;max-height:400px;overflow-y:auto}.chat-message{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid rgba(255,255,255,.1);transition:background .3s ease}.chat-message:hover{background:var(--accent-shadow)}.chat-message:last-child{border-bottom:none}.chat-user{font-weight:700;color:var(--accent-color);min-width:120px}.chat-text{flex:1;color:var(--text-primary)}.chat-time{color:var(--text-secondary);font-size:.9rem;margin-left:1rem}.activity-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.sidebar-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem}.leaderboard{display:flex;flex-direction:column;gap:.5rem}.leader-item{color:var(--text-secondary);padding:.5rem;background:var(--bg-secondary);border-radius:6px}.quick-stats{display:flex;flex-direction:column;gap:.5rem}.quick-stats div{color:var(--text-secondary);padding:.5rem;background:var(--bg-secondary);border-radius:6px}.footer{background:var(--bg-footer);padding:3rem 2rem 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:var(--accent-color);margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:var(--text-secondary);line-height:1.6}.footer-section a{color:var(--text-secondary);text-decoration:none;display:block;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:2rem;text-align:center;color:var(--text-secondary)}@media(max-width:768px){.hero{grid-template-columns:1fr;gap:2rem;padding:100px 1rem 40px}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.nav-links{display:none}.stats-container{grid-template-columns:repeat(2,1fr)}.features-grid,.activity-container,.footer-container{grid-template-columns:1fr}}@media(max-width:480px){.stats-container{grid-template-columns:1fr}.hero-title{font-size:2rem}}.chat-feed::-webkit-scrollbar{width:6px}.chat-feed::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.chat-feed::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:3px}.chat-feed::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}@keyframes loading-shimmer{0%{background-position:-200% 0;opacity:.8}50%{opacity:1}to{background-position:200% 0;opacity:.8}}@keyframes loading-wave{0%{left:-100%}to{left:100%}}@keyframes loading-pulse{0%,to{opacity:.6}50%{opacity:1}}.loading-skeleton{position:relative;overflow:hidden}.loading-skeleton:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:loading-wave 2s infinite ease-in-out}.loading-skeleton{position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.loading-skeleton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.color-picker-wrapper{position:relative}.color-preview{display:inline-block;width:16px;height:16px;border-radius:2px;border:1px solid #ccc;margin-left:4px;vertical-align:middle}.color-picker-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;box-shadow:0 2px 8px #00000026;z-index:1000}.color-picker-basic-color{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}.color-picker-basic-color button{width:24px;height:24px;border:1px solid #ccc;border-radius:2px;cursor:pointer;padding:0}.color-picker-basic-color button:hover{border-color:#333}.color-picker-basic-color button.active{border:2px solid #1890ff;border-radius:4px}.toolbar{display:flex;background:#fff;padding:8px;border-top-left-radius:8px;border-top-right-radius:8px;vertical-align:middle;border-bottom:1px solid #e0e0e0;gap:4px;flex-wrap:wrap;align-items:center}.toolbar button{border:0;display:flex;background:none;border-radius:4px;padding:6px;cursor:pointer;vertical-align:middle;align-items:center;justify-content:center;transition:background-color .2s}.toolbar button:hover:not([disabled]){background-color:#f0f0f0}.toolbar button:disabled{cursor:not-allowed;opacity:.3}.toolbar button.active{background-color:#1890ff1a}.toolbar-item{border:0;display:flex;background:none;border-radius:4px;padding:6px;cursor:pointer;vertical-align:middle;flex-shrink:0;align-items:center;justify-content:space-between}.toolbar-item.spaced{margin-right:2px}.toolbar-item.block-controls{background:none;border:1px solid #d0d0d0;border-radius:4px;padding:4px 8px;font-size:14px;cursor:pointer;min-width:80px}.toolbar-item i.format{background-size:contain;display:inline-block;height:18px;width:18px;vertical-align:-.25em;opacity:.7}.toolbar-item.active i.format,.toolbar-item:hover:not([disabled]) i.format{opacity:1}.divider{width:1px;background-color:#e0e0e0;margin:0 4px;height:24px}i.format.undo{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 7v6h6"/><path d="M21 17a9 9 0 00-9-9 9 9 0 00-6 2.3L3 13"/></svg>')}i.format.redo{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 7v6h-6"/><path d="M3 17a9 9 0 019-9 9 9 0 016 2.3l3 2.7"/></svg>')}i.format.bold{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"/><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"/></svg>')}i.format.italic{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="19" y1="4" x2="10" y2="4"/><line x1="14" y1="20" x2="5" y2="20"/><line x1="15" y1="4" x2="9" y2="20"/></svg>')}i.format.underline{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"/><line x1="4" y1="21" x2="20" y2="21"/></svg>')}i.format.strikethrough{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M17.3 5.3c-.94-.94-2.2-1.3-3.3-1.3H10a4 4 0 0 0 0 8"/><path d="M14 12a4 4 0 0 1 0 8h-4"/><line x1="4" y1="12" x2="20" y2="12"/></svg>')}i.format.code{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg>')}i.icon.font-color{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 20h16"/><path d="m6 16 6-12 6 12"/><path d="M8 12h8"/></svg>');display:inline-block;height:18px;width:18px;background-size:contain}i.icon.bg-color{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 14c0-2.5-2-4-4-4H8c-2 0-4 1.5-4 4v6h16v-6Z"/><path d="M4 14V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8"/></svg>');display:inline-block;height:18px;width:18px;background-size:contain}i.format.left-align{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="15" y2="12"/><line x1="3" y1="18" x2="18" y2="18"/></svg>')}i.format.center-align{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="6" y1="12" x2="18" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>')}i.format.right-align{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="9" y1="12" x2="21" y2="12"/><line x1="6" y1="18" x2="21" y2="18"/></svg>')}i.format.justify-align{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>')}i.format.import{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>')}i.format.export{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg>')}.toast-container{position:fixed;top:100px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;background:var(--bg-card);box-shadow:0 8px 24px #00000026;border:2px solid;min-width:300px;max-width:400px;pointer-events:auto;cursor:pointer;animation:toast-enter .3s cubic-bezier(.68,-.55,.265,1.55);transition:all .3s ease}.toast:hover{transform:translate(-4px);box-shadow:0 12px 32px #0003}.toast-exit{animation:toast-exit .3s ease forwards}@keyframes toast-enter{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-exit{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(400px) scale(.8);opacity:0}}.toast-icon{font-size:24px;flex-shrink:0}.toast-message{flex:1;font-size:15px;font-weight:500;color:var(--text-primary);line-height:1.4}.toast-close{background:none;border:none;font-size:24px;color:var(--text-secondary);cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.toast-close:hover{background:#0000001a;color:var(--text-primary)}.toast-success{border-color:#4caf50;background:linear-gradient(135deg,#4caf501a,#4caf500d)}.toast-error{border-color:#f44336;background:linear-gradient(135deg,#f443361a,#f443360d)}.toast-warning{border-color:#ff9800;background:linear-gradient(135deg,#ff98001a,#ff98000d)}.toast-info{border-color:#2196f3;background:linear-gradient(135deg,#2196f31a,#2196f30d)}@media(max-width:768px){.toast-container{top:80px;right:10px;left:10px}.toast{min-width:unset;max-width:unset}@keyframes toast-enter{0%{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast-exit{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-100px) scale(.9);opacity:0}}}.editor-container{margin:20px auto;border-radius:8px;max-width:1100px;color:#000;position:relative;line-height:1.7;font-weight:400;text-align:left;border:1px solid #e0e0e0;background:#fff}.editor-inner{background:#fff;position:relative;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.editor-input{min-height:300px;resize:vertical;font-size:15px;caret-color:#050505;position:relative;tab-size:1;outline:0;padding:15px 20px;caret-color:#444}.editor-placeholder{color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:15px;left:20px;font-size:15px;-webkit-user-select:none;user-select:none;display:inline-block;pointer-events:none}.editor-paragraph{margin:0 0 8px;position:relative}.editor-paragraph:last-child{margin-bottom:0}.editor-heading-h1{font-size:2em;font-weight:700;margin:0 0 12px;padding:0}.editor-heading-h2{font-size:1.5em;font-weight:700;margin:0 0 10px;padding:0}.editor-heading-h3{font-size:1.25em;font-weight:700;margin:0 0 8px;padding:0}.editor-quote{margin:0 0 10px 20px;font-size:15px;color:#666;border-left:4px solid #ccc;padding-left:16px}.editor-code{background-color:#f4f4f4;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 12px;line-height:1.53;font-size:13px;margin:8px 0;overflow-x:auto;position:relative;tab-size:2;border-radius:4px}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-code{background-color:#f4f4f4;padding:1px 4px;font-family:Menlo,Consolas,Monaco,monospace;font-size:90%;border-radius:3px}.editor-list-ol,.editor-list-ul{padding:0;margin:0 0 0 20px}.editor-listitem{margin:4px 0}.editor-nested-listitem{list-style-type:none}.editor-hr{border:none;border-top:2px solid #ccc;margin:15px 0}.editor-link{color:#06c;text-decoration:none;cursor:pointer}.editor-link:hover{text-decoration:underline}.editor-table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:max-content;margin:15px 0}.editor-table-cell{border:1px solid #ccc;min-width:75px;vertical-align:top;text-align:start;padding:6px 8px;position:relative;outline:none}.editor-table-cell-header{background-color:#f4f4f4;font-weight:700;text-align:left}.editor-listitem-checked,.editor-listitem-unchecked{position:relative;margin-left:8px;margin-right:8px;padding-left:24px;padding-right:24px;list-style-type:none;outline:none}.editor-listitem-checked{text-decoration:line-through}.editor-listitem-unchecked:before,.editor-listitem-checked:before{content:"";width:16px;height:16px;top:2px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}.editor-listitem-unchecked:before{border:1px solid #999;border-radius:2px}.editor-listitem-checked:before{border:1px solid #0066cc;border-radius:2px;background-color:#06c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M13.5 2l-7.5 7.5-3.5-3.5-1.5 1.5 5 5 9-9z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.editor-listitem-checked[dir=rtl]:before,.editor-listitem-unchecked[dir=rtl]:before{left:auto;right:0}.editor-listitem-checked[dir=rtl],.editor-listitem-unchecked[dir=rtl]{padding-left:24px;padding-right:24px}.editor-image{cursor:default;display:inline-block;position:relative;-webkit-user-select:none;user-select:none}.editor-image img{max-width:100%;cursor:default}.editor-image img.focused{outline:2px solid rgb(60,132,244);-webkit-user-select:none;user-select:none}.editor-image img.focused.draggable{cursor:grab}.editor-image img.focused.draggable:active{cursor:grabbing}.image-control-wrapper--resizing{touch-action:none}.editor-archive{display:inline-block;-webkit-user-select:none;user-select:none}.editor-archive-card{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--border-color, #d0d0d0);border-radius:8px;background:var(--bg-card, #fafafa);min-width:260px;max-width:420px;transition:border-color .2s ease;outline:none}.editor-archive-card:focus{border-color:var(--accent-color, #4caf50);box-shadow:0 0 0 2px #4caf5026}.editor-archive-icon{font-size:28px;line-height:1}.editor-archive-details{flex:1;min-width:0;font-size:14px}.editor-archive-title{font-weight:600;color:var(--text-primary, #222);word-break:break-word;margin-bottom:4px}.editor-archive-meta{color:var(--text-secondary, #666);font-size:13px;margin-bottom:6px}.editor-archive-link{display:inline-block;color:var(--accent-color, #4caf50);text-decoration:none;font-weight:500;margin-bottom:8px}.editor-archive-link:hover{text-decoration:underline}.editor-archive-link.disabled{color:var(--text-secondary, #888);pointer-events:none}.editor-archive-progress{margin-top:4px}.editor-archive-progress-bar{background:#0000001a;border-radius:4px;overflow:hidden;height:4px}.editor-archive-progress-value{height:100%;background:var(--accent-color, #4caf50);width:0;transition:width .3s ease}.editor-archive-progress-label{font-size:12px;color:var(--text-secondary, #666);margin-top:4px}.editor-archive-error{margin-top:6px;font-size:12px;color:#f44336}.editor-video{display:block;margin:18px 0}.editor-video-card{position:relative;border:1px solid var(--border-color, #d0d0d0);border-radius:12px;overflow:hidden;background:var(--bg-card, #fafafa);transition:border-color .2s ease,box-shadow .2s ease;outline:none}.editor-video-card:focus{border-color:var(--accent-color, #4caf50);box-shadow:0 0 0 2px #4caf5026}.editor-video-wrapper{position:relative;background:#000}.editor-video-player{display:block;width:100%;height:auto;background:#000}.editor-video-placeholder{padding:24px;text-align:center;color:var(--text-secondary, #777);font-size:14px}.editor-video-overlay{position:absolute;left:0;right:0;bottom:0;padding:12px;background:linear-gradient(180deg,#0000,#000000bf);color:#fff;display:flex;flex-direction:column;gap:6px}.editor-video-progress{height:4px;background:#ffffff59;border-radius:999px;overflow:hidden}.editor-video-progress-value{height:100%;background:var(--accent-color, #4caf50);width:0;transition:width .3s ease}.editor-video-progress-label{font-size:12px;font-weight:500}.editor-video-error{position:absolute;bottom:12px;left:12px;right:12px;padding:10px;border-radius:8px;background:#f44336eb;color:#fff;font-size:12px;font-weight:500;display:flex;align-items:center;gap:6px}.editor-audio{display:block;margin:16px 0}.editor-audio-card{position:relative;border:1px solid var(--border-color, #d0d0d0);border-radius:12px;background:var(--bg-card, #fafafa);overflow:hidden;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.editor-audio-card:focus{border-color:var(--accent-color, #4caf50);box-shadow:0 0 0 2px #4caf5026}.editor-audio-wrapper{position:relative}.editor-audio-player{width:100%}.editor-audio-placeholder{padding:12px;text-align:center;color:var(--text-secondary, #777);font-size:14px}.editor-audio-overlay{position:absolute;left:0;right:0;bottom:0;padding:10px 12px;background:linear-gradient(180deg,#0000,#000000bf);color:#fff;display:flex;flex-direction:column;gap:6px}.editor-audio-progress{height:4px;background:#ffffff59;border-radius:999px;overflow:hidden}.editor-audio-progress-value{height:100%;background:var(--accent-color, #4caf50);width:0;transition:width .3s ease}.editor-audio-progress-label{font-size:12px;font-weight:500}.editor-audio-error{position:absolute;bottom:12px;left:12px;right:12px;padding:10px;border-radius:8px;background:#f44336eb;color:#fff;font-size:12px;font-weight:500;display:flex;align-items:center;gap:6px}.image-resizer{display:block;width:7px;height:7px;position:absolute;background-color:#3c84f4;border:1px solid #fff}.image-resizer.image-resizer-n{top:-6px;left:48%;cursor:n-resize}.image-resizer.image-resizer-ne{top:-6px;right:-6px;cursor:ne-resize}.image-resizer.image-resizer-e{bottom:48%;right:-6px;cursor:e-resize}.image-resizer.image-resizer-se{bottom:-2px;right:-6px;cursor:nwse-resize}.image-resizer.image-resizer-s{bottom:-2px;left:48%;cursor:s-resize}.image-resizer.image-resizer-sw{bottom:-2px;left:-6px;cursor:sw-resize}.image-resizer.image-resizer-w{bottom:48%;left:-6px;cursor:w-resize}.image-resizer.image-resizer-nw{top:-6px;left:-6px;cursor:nw-resize}.editor-text-left{text-align:left}.editor-text-center{text-align:center}.editor-text-right{text-align:right}.editor-text-justify{text-align:justify}.editor-hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3);font-weight:500}.mention{background-color:#1877e833;color:#1877e8;border-radius:4px;padding:1px 3px;font-weight:500;cursor:pointer}.mention:focus{box-shadow:#b4d5ff 0 0 0 2px;outline:none}.typeahead-popover{background:#fff;box-shadow:0 5px 10px #0000004d;border-radius:8px;position:relative;z-index:5}.typeahead-popover ul{padding:0;list-style:none;margin:0;border-radius:8px;max-height:200px;overflow-y:scroll}.typeahead-popover ul::-webkit-scrollbar{display:none}.typeahead-popover ul{-ms-overflow-style:none;scrollbar-width:none}.typeahead-popover ul li{margin:0;min-width:180px;font-size:14px;outline:none;cursor:pointer;border-radius:8px}.typeahead-popover ul li.selected{background:#eee}.typeahead-popover li{margin:0 8px;padding:8px;color:#050505;cursor:pointer;line-height:16px;font-size:15px;display:flex;align-content:center;flex-direction:row;flex-shrink:0;background-color:#fff;border-radius:8px;border:0}.typeahead-popover li.active{display:flex;width:20px;height:20px;background-size:contain}.typeahead-popover li:first-child{border-radius:8px 8px 0 0}.typeahead-popover li:last-child{border-radius:0 0 8px 8px}.typeahead-popover li:hover{background-color:#eee}.typeahead-popover li .text{display:flex;line-height:20px;flex-grow:1;min-width:150px}.typeahead-popover li .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain;background-repeat:no-repeat;background-position:center}.mentions-menu{width:250px}.typeahead-popover li .icon.user{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E")}
