@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-page:#f7f8fa;--bg-surface:#fff;--bg-subtle:#fafbfc;--bg-input:#fbfbfc;--bg-hover:#f4f5f7;--bg-nav-active:#f2f1fc;--bg-nav-active-hover:#ecebfa;--text-primary:#14151a;--text-secondary:#5c6270;--text-muted:#8b909c;--text-faint:#9096a2;--text-nav:#565b68;--text-placeholder:#b0b4bd;--border:#eceef2;--border-subtle:#ecedf1;--border-input:#e3e5ea;--border-hover:#d7dae1;--accent:#4f46e5;--accent-bg:#f4f2ff;--accent-border:#e6e2ff;--overlay:#14151a6b;--selection:#dfe3ff;--scrollbar-thumb:#dcdee5;--scrollbar-thumb-hover:#c7cad3;--code-bg:#eef0f3;--blockquote-border:#c7d2fe;--toggle-off:#dfe1e6;--surface-glass:#ffffffe6;--shadow-dropdown:0 12px 40px #14151a26;--flow-gradient:linear-gradient(180deg, #fbfbfd, #f4f5f9);--flow-shadow:0 30px 60px -30px #14151a2e;--card-shadow:0 1px 2px #11121c0d;--flow-card-bg:#fff}[data-theme=dark]{--bg-page:#14151a;--bg-surface:#1e1f27;--bg-subtle:#1a1b22;--bg-input:#14151a;--bg-hover:#2a2b33;--bg-nav-active:#2a2650;--bg-nav-active-hover:#322d5c;--text-primary:#f4f5f7;--text-secondary:#a0a5b0;--text-muted:#8b909c;--text-faint:#6b7080;--text-nav:#a0a5b0;--text-placeholder:#6b7080;--border:#2a2b33;--border-subtle:#2a2b33;--border-input:#3a3b45;--border-hover:#3a3b45;--accent:#4f46e5;--accent-bg:#2a2650;--accent-border:#3a3560;--overlay:#0009;--selection:#3b3f6e;--scrollbar-thumb:#3a3b45;--scrollbar-thumb-hover:#4a4b55;--code-bg:#2a2b33;--blockquote-border:#4f46e5;--toggle-off:#3a3b45;--surface-glass:#1e1f27e6;--shadow-dropdown:0 12px 40px #0006;--flow-gradient:linear-gradient(180deg, #1e1f27, #14151a);--flow-shadow:0 30px 60px -30px #00000073;--card-shadow:0 1px 3px #0000004d;--flow-card-bg:#25262f}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif}::selection{background:var(--selection)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:3px solid var(--bg-page);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}[contenteditable][data-ph]:empty:before{content:attr(data-ph);color:var(--text-placeholder);pointer-events:none}button{cursor:pointer;font-family:inherit}input,textarea,select{color:var(--text-primary);font-family:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}.rt-note code{background:var(--code-bg);border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:.88em}.rt-note pre{color:#e8eaee;white-space:pre-wrap;background:#14151a;border-radius:9px;margin:8px 0;padding:12px 14px;font-family:JetBrains Mono,monospace;font-size:12.5px;line-height:1.5;overflow:auto}.rt-note blockquote{border-left:3px solid var(--blockquote-border);color:var(--text-secondary);margin:8px 0;padding:4px 0 4px 13px;font-style:italic}.rt-note ul,.rt-note ol{margin:6px 0;padding-left:20px}.rt-note h2{letter-spacing:-.02em;margin:10px 0 4px;font-size:1.5em;font-weight:800;line-height:1.2}.rt-note h3{letter-spacing:-.01em;margin:8px 0 4px;font-size:1.2em;font-weight:800;line-height:1.25}.rt-note p{margin:6px 0}.rt-tbtn:hover{background:var(--bg-hover)!important;border-color:var(--border-hover)!important;color:var(--text-primary)!important}.rt-note .ProseMirror{outline:none;min-height:60px;font-size:15px;line-height:1.6}.rt-note .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-placeholder);pointer-events:none;float:left;height:0}.formatted-text ul{text-align:left}.build-tools-mobile summary,.show-mobile,.show-mobile-inline,.calendar-list-mobile{display:none}.landing-nav-links{align-items:center;gap:28px;display:flex}.landing-hamburger{display:none}@media (width<=768px){.app-shell-mobile{flex-direction:column!important}.sidebar-mobile{z-index:100!important;border-right:none!important;border-top:1px solid var(--border-subtle)!important;background:var(--surface-glass)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;flex-direction:row!important;justify-content:space-around!important;align-items:center!important;width:100%!important;height:60px!important;padding:0 10px!important;position:fixed!important;inset:auto 0 0!important}.sidebar-nav-container-mobile{flex-direction:row!important;justify-content:space-around!important;align-items:center!important;width:100%!important;padding:0!important}.sidebar-nav-item-mobile{flex-direction:column!important;gap:4px!important;padding:4px 0!important}.sidebar-nav-icon-mobile{width:auto!important}.sidebar-hide-mobile{display:none!important}.topbar-mobile{flex-wrap:wrap!important;padding:12px 16px!important}.topbar-search-mobile{width:100%!important;margin-top:12px!important}.topbar-title-mobile{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:120px!important;overflow:hidden!important}.content-mobile{padding:16px 16px 80px!important}.flex-col-mobile{flex-direction:column!important}.flex-wrap-mobile{flex-wrap:wrap!important}.grid-1-mobile{grid-template-columns:1fr!important}.hide-mobile{display:none!important}.p-mobile-sm{padding:16px!important}.modal-mobile{border-radius:12px!important;width:100%!important;max-width:calc(100% - 32px)!important;margin:16px!important;padding:24px 20px!important}.dropdown-mobile{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important}.show-mobile{display:block!important}.show-mobile-inline{display:inline!important}.show-mobile.sidebar-nav-item-mobile,.show-mobile.mobile-fab,.auth-form-mobile .show-mobile{display:flex!important}.w-full-mobile{width:100%!important;min-width:0!important}.gap-sm-mobile{gap:8px!important}.auth-stack-mobile{grid-template-columns:1fr!important}.auth-panel-hide-mobile{display:none!important}.auth-form-mobile{padding:24px!important}.landing-nav-links{align-items:center;gap:28px;display:flex}.landing-nav-mobile .landing-nav-links{background:var(--surface-glass)!important;border-bottom:1px solid var(--border)!important;flex-direction:column!important;gap:16px!important;padding:16px 28px 20px!important;display:none!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;box-shadow:0 8px 24px #14151a14!important}.landing-nav-mobile.landing-menu-open .landing-nav-links,.landing-hamburger{display:flex!important}.text-hero-mobile{font-size:36px!important;line-height:1.1!important}.hero-badge-mobile{text-align:left!important;border-radius:14px!important;align-items:flex-start!important;max-width:calc(100% - 8px)!important;padding:8px 12px!important;font-size:12px!important;line-height:1.45!important}.hero-badge-mobile .hero-badge-dot{margin-top:5px!important}.flow-stack-mobile{grid-template-columns:1fr!important;gap:16px!important;padding:24px 20px!important}.flow-stack-mobile .flow-arrow{transform:rotate(90deg)!important}.calendar-grid-mobile{display:none!important}.calendar-list-mobile{display:block!important}.build-shell-mobile{overflow-y:auto!important}.build-body-mobile{flex-direction:column!important;overflow:visible!important}.build-slides-strip-mobile{border-right:none!important;border-bottom:1px solid var(--border)!important;flex-direction:row!important;flex-shrink:0!important;gap:8px!important;width:100%!important;height:auto!important;max-height:100px!important;padding:8px 10px!important;display:flex!important;overflow:auto hidden!important}.build-slides-strip-mobile>div{flex-shrink:0!important;min-width:130px!important;margin-bottom:0!important}.build-main-stack-mobile{grid-template-columns:1fr!important;overflow:visible!important}.build-editor-mobile{padding:16px!important}.build-editor-canvas-mobile{min-height:320px!important;padding:20px!important}.build-editor-canvas-mobile h2{font-size:24px!important}.build-tools-mobile{border-left:none!important;border-top:1px solid var(--border)!important}.build-tools-mobile summary{cursor:pointer;padding:12px 0;font-size:14px;font-weight:700;list-style:none;display:block!important}.build-tools-mobile summary::-webkit-details-marker{display:none}.build-toolbar-mobile{flex-wrap:wrap!important;gap:8px!important;height:auto!important;min-height:56px!important;padding:10px 16px!important}.build-toolbar-actions{flex-wrap:wrap!important}.hide-mobile-label .btn-label-long{display:none!important}.present-toolbar-mobile{flex-wrap:wrap!important;gap:8px!important;padding:10px 16px!important}.present-toolbar-actions{flex-wrap:wrap!important;gap:6px!important}.present-toolbar-actions button{padding:6px 10px!important;font-size:11.5px!important}.present-content-mobile{padding:24px 16px!important}.present-title-mobile{font-size:32px!important}.present-title-topic-mobile{font-size:28px!important}.present-title-recap-mobile{font-size:24px!important}.present-dots-mobile{flex-wrap:nowrap!important;max-width:200px!important;overflow-x:auto!important}.present-quick-add-mobile{width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important;left:16px!important;right:16px!important;transform:none!important}.mobile-fab{background:var(--accent)!important;color:#fff!important;z-index:90!important;cursor:pointer!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:52px!important;height:52px!important;font-size:24px!important;display:flex!important;position:fixed!important;bottom:72px!important;right:16px!important;box-shadow:0 6px 20px #4f46e573!important}.more-menu-dropdown{background:var(--bg-surface)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow-dropdown)!important;z-index:110!important;border-radius:12px!important;min-width:180px!important;padding:8px!important;position:fixed!important;bottom:68px!important;right:12px!important}}.invite-container{background-color:var(--bg-page);background-image:radial-gradient(at 10% 20%,#b5b3ff80 0,#0000 50%),radial-gradient(at 90% 10%,#e6b3ff80 0,#0000 50%),radial-gradient(at 50% 80%,#b3d9ff80 0,#0000 50%);justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex;position:relative;overflow:hidden}.invite-container:before{content:"";opacity:.04;pointer-events:none;z-index:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.invite-card{z-index:1;background:var(--bg-surface);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border);text-align:center;opacity:0;border-radius:28px;width:100%;max-width:460px;padding:56px 48px;animation:.6s cubic-bezier(.16,1,.3,1) forwards slideUp;position:relative;transform:translateY(20px);box-shadow:0 20px 60px -10px #4f46e51a,0 10px 30px -10px #0000000d,inset 0 1px #fff}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.invite-avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#6366f1 0%,#a855f7 100%);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:28px;font-weight:800;display:flex;box-shadow:0 8px 16px #6366f140}.invite-title{letter-spacing:-.03em;color:var(--text-primary);background:linear-gradient(135deg, var(--text-primary) 0%, var(--text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:32px;font-weight:800}.invite-subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:16px;font-weight:500;line-height:1.5}.invite-subtitle b{color:var(--text-primary);font-weight:700}.invite-btn-primary{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border:none;border-radius:16px;width:100%;padding:18px 24px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 14px #4f46e563}.invite-btn-primary:after{content:"";opacity:0;background:linear-gradient(135deg,#ffffff40 0%,#fff0 100%);width:100%;height:100%;transition:opacity .2s;position:absolute;top:0;left:0}.invite-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f46e566}.invite-btn-primary:hover:after{opacity:1}.invite-btn-primary:active{transform:translateY(1px)}.invite-btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.invite-btn-secondary{color:#4f46e5;background:var(--bg-surface);cursor:pointer;box-sizing:border-box;border:1px solid #6366f126;border-radius:16px;width:100%;padding:18px 24px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:block}.invite-btn-secondary:hover{background:var(--bg-surface);border-color:#6366f14d;transform:translateY(-2px);box-shadow:0 6px 16px #6366f114}.invite-error{color:#b91c1c;background:#fee2e280;border:1px solid #f8717180;border-radius:12px;justify-content:center;align-items:center;margin-bottom:24px;padding:16px;font-size:14px;font-weight:600;animation:.5s cubic-bezier(.36,.07,.19,.97) both shake;display:flex}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.invite-actions{flex-direction:column;gap:14px;margin-top:8px;display:flex}.invite-loading-spinner{border:4px solid #6366f126;border-top-color:#4f46e5;border-radius:50%;width:48px;height:48px;margin:0 auto 24px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.invite-container{padding:20px}.invite-card{border-radius:20px;padding:32px 20px}.invite-title{font-size:26px}}
