*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-editor, #1a332a);color:var(--text-primary, #f5f0dc)}#root{min-height:100vh}.loading-spinner-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:#fffc;position:absolute;top:0;left:0;z-index:10}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--bg-editor: #2d4a3e;--bg-folder: #3d2817;--bg-pagelist: #2c2620;--bg-toolbar: #1a332a;--bg-railbar: #1a332a;--bg-input: #3a5548;--bg-hover: #3a5548;--bg-selected: #4a6558;--bg-code: #1a332a;--text-primary: #f5f0dc;--text-secondary: #c4bfb0;--text-muted: #8a8578;--text-code: #e8e4d9;--border: #4a5d54;--border-light: #3a4d44;--border-code: #4a5d54;--divider: #3a4d44;--accent: #e8e4d9;--accent-hover: #f5f0dc;--shadow: rgba(0, 0, 0, .3);--overlay: rgba(0, 0, 0, .5);--interface-font-size: 14px;--interface-font-size-sm: 12px;--interface-font-size-xs: 10px;--content-font-size: 16px;--content-font-size-h1: 32px;--content-font-size-h2: 24px;--content-font-size-h3: 20px;--content-font-size-code: 13.6px;--content-image-scale: 1}.app-container{display:flex;height:100vh;overflow:hidden}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.25rem;color:#4a5568}.sidebar{display:flex;background:var(--bg-pagelist);border-right:1px solid var(--border);height:100vh;transition:all .3s ease}.sidebar-full,.sidebar-pageOnly{flex:0 0 auto}.sidebar-hidden{flex:0 0 50px}.sidebar-control{width:50px;background:#e2e8f0;border-right:1px solid #e2e8f0;padding:.5rem;display:flex;flex-direction:column;align-items:center}.sidebar-toggle-btn{width:36px;height:36px;border:1px solid var(--border);background:var(--bg-input);border-radius:4px;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;color:var(--text-primary)}.sidebar-toggle-btn:hover{background:var(--bg-hover);border-color:var(--accent)}.sidebar-folder{background:var(--bg-folder);border-right:1px solid var(--border);display:flex;flex-direction:column;min-width:150px;max-width:400px}.sidebar-page{background:var(--bg-pagelist);display:flex;flex-direction:column;min-width:150px;max-width:400px}.sidebar-resizer{width:4px;background:#e2e8f0;cursor:col-resize;flex-shrink:0;transition:background .2s ease}.sidebar-resizer:hover{background:#cbd5e0}.sidebar-resizer:active{background:#4299e1}.folder-tree{display:flex;flex-direction:column;height:100%}.folder-tree-header{padding:1rem;border-bottom:1px solid var(--border);display:flex;justify-content:flex-start;align-items:center}.folder-add-btn{padding:.375rem .75rem;background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:var(--interface-font-size);font-weight:500;transition:all .15s ease;height:32px;display:flex;align-items:center;justify-content:center}.folder-add-btn:hover{background:var(--bg-hover);border-color:var(--accent)}.archive-dropdown{position:relative;display:inline-block}.folder-archive-btn{width:32px;height:32px;border:1px solid var(--border);background:var(--bg-input);border-radius:4px;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.folder-archive-btn:hover{background:var(--bg-hover);border-color:var(--accent)}.archive-menu{position:absolute;top:100%;right:0;margin-top:.25rem;background:var(--bg-input);border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 6px var(--shadow);z-index:1000;min-width:160px;padding:.25rem 0;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.archive-menu-item{width:100%;padding:.5rem 1rem;border:none;background:var(--bg-input);text-align:left;cursor:pointer;font-size:var(--interface-font-size);color:var(--text-primary);transition:background .15s ease;display:flex;align-items:center;gap:.5rem}.archive-menu-item:hover:not(:disabled){background:var(--bg-hover)}.archive-menu-item:disabled{opacity:.5;cursor:not-allowed}.folder-tree-content{flex:1;overflow-y:auto;padding:.5rem 0}.folder-empty{padding:2rem 1rem;text-align:center;color:#a0aec0;font-size:var(--interface-font-size)}.folder-item{display:flex;align-items:center;padding:.45rem .5rem;cursor:pointer;transition:background .15s ease;position:relative}.folder-item:hover{background:var(--bg-hover)}.folder-item.selected{background:var(--bg-selected)}.folder-item.dragging{opacity:.4;cursor:grabbing}.folder-item.drag-over-inside{background:#bee3f8;border:2px dashed #4299e1;border-radius:4px}.folder-insert-line{height:2px;background:#4299e1;margin:2px 0;border-radius:1px;position:relative}.folder-insert-line:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#4299e1;border-radius:50%}.folder-wrapper{position:relative}.folder-tree-content.drag-over-root{background:#ebf8ff;border:2px dashed #4299e1;border-radius:4px}.folder-item:hover .folder-actions{visibility:visible}.folder-toggle{width:20px;font-size:var(--interface-font-size-sm);cursor:pointer;-webkit-user-select:none;user-select:none}.folder-icon{margin-right:.5rem}.folder-name{flex:1;font-size:var(--content-font-size);color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-name-input{flex:1;padding:.25rem .5rem;border:1px solid var(--accent);border-radius:3px;font-size:var(--content-font-size);outline:none;background:var(--bg-input);color:var(--text-primary)}.folder-actions{display:flex;visibility:hidden;gap:.25rem;margin-left:.5rem}.folder-action-btn{width:20px;height:20px;border:1px solid var(--border);background:var(--bg-input);border-radius:3px;cursor:pointer;font-size:var(--interface-font-size-sm);display:flex;align-items:center;justify-content:center;transition:all .15s ease;color:var(--text-secondary)}.folder-action-btn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--text-primary)}.folder-delete-btn:hover{background:#4a2020;border-color:#fc8181;color:#fc8181}.page-list{display:flex;flex-direction:column;height:100%}.page-list-header{padding:1rem;border-bottom:1px solid var(--border);display:flex;justify-content:flex-start;align-items:center}.page-header-actions{display:flex;gap:.5rem;align-items:center}.page-add-btn{padding:.375rem .75rem;background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:var(--interface-font-size);font-weight:500;transition:all .15s ease;height:32px;display:flex;align-items:center;justify-content:center}.page-add-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent)}.page-add-btn:disabled{opacity:.5;cursor:not-allowed}.page-sort-dropdown{position:relative}.page-sort-btn{padding:.375rem .5rem;background:var(--bg-input);color:var(--text-primary);border:1px solid var(--border);border-radius:4px;cursor:pointer;font-size:var(--interface-font-size);transition:all .15s ease;height:32px;display:flex;align-items:center;justify-content:center}.page-sort-btn:hover{background:var(--bg-hover);border-color:var(--accent)}.page-sort-menu{position:absolute;top:100%;right:0;margin-top:.25rem;background:var(--bg-input);border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 6px var(--shadow);z-index:1000;min-width:150px;padding:.25rem 0;max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.sort-menu-item{width:100%;padding:.5rem 1rem;border:none;background:var(--bg-input);text-align:left;cursor:pointer;font-size:var(--interface-font-size);color:var(--text-primary);transition:background .15s ease;display:flex;align-items:center;gap:.5rem}.sort-menu-item:hover{background:var(--bg-hover)}.sort-menu-item.active{background:var(--bg-selected);color:var(--accent);font-weight:500}.sort-menu-divider{height:1px;background:var(--border);margin:.25rem 0}.page-list-content{flex:1;overflow-y:auto;padding:.5rem 0}.page-empty{padding:2rem 1rem;text-align:center;color:#a0aec0;font-size:var(--interface-font-size);line-height:1.6}.page-item{display:flex;align-items:center;padding:.5rem 1rem;cursor:pointer;transition:background .15s ease;position:relative;border-left:3px solid transparent}.page-item:hover{background:var(--bg-hover)}.page-item.selected{background:var(--bg-selected);border-left:3px solid var(--accent)}.page-item:hover .page-actions{visibility:visible}.page-name{flex:1;font-size:var(--content-font-size);color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-name-input{flex:1;padding:.25rem .5rem;border:1px solid var(--accent);border-radius:3px;font-size:var(--content-font-size);outline:none;background:var(--bg-input);color:var(--text-primary)}.page-actions{display:flex;visibility:hidden;gap:.25rem;margin-left:.5rem}.page-action-btn{width:20px;height:20px;border:1px solid var(--border);background:var(--bg-input);border-radius:3px;cursor:pointer;font-size:var(--interface-font-size-sm);display:flex;align-items:center;justify-content:center;transition:all .15s ease;color:var(--text-secondary)}.page-action-btn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--text-primary)}.page-delete-btn:hover{background:#4a2020;border-color:#fc8181;color:#fc8181}.editor-container{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:0}.editor-wrapper{flex:0 0 auto;min-height:100%;border:none;border-radius:0;background:var(--bg-editor);box-shadow:none;position:relative;display:flex;flex-direction:column}.toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;background:var(--bg-toolbar);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;border-radius:0;overflow:visible}.toolbar-button{padding:.25rem .5rem;border:1px solid var(--border);background:var(--bg-input);border-radius:3px;cursor:pointer;font-size:.75rem;font-weight:500;color:var(--text-primary);transition:all .15s ease;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.toolbar-button:hover{background:var(--bg-hover);border-color:var(--accent)}.toolbar-button.is-active{background:var(--bg-selected-toolbar);color:var(--accent);border-color:var(--accent)}.toolbar-button:disabled{opacity:.5;cursor:not-allowed}.toolbar-dropdown{position:relative;display:inline-block}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:.25rem;background:var(--bg-input);border:1px solid var(--border);border-radius:4px;box-shadow:0 4px 6px var(--shadow);z-index:1000;min-width:180px;padding:.25rem 0}.dropdown-item{width:100%;padding:.5rem 1rem;border:none;background:var(--bg-input);text-align:left;cursor:pointer;font-size:.875rem;color:var(--text-primary);transition:background .15s ease;display:block}.dropdown-item:hover{background:var(--bg-hover)}.dropdown-item.is-active{background:var(--bg-selected-toolbar);color:var(--accent);font-weight:500}.dropdown-item.is-active:hover{background:var(--bg-hover)}.dropdown-item-danger{color:#e53e3e}.dropdown-item-danger:hover{background:#fff5f5}.dropdown-divider{height:1px;background:#e2e8f0;margin:.25rem 0}.editor-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.ProseMirror{flex:1;min-height:auto;padding:1.5rem;outline:none;font-size:var(--content-font-size);line-height:1.6;border-radius:0;background:var(--bg-editor);color:var(--text-primary)}.markdown-editor{flex:1;position:relative;overflow:hidden;display:flex;flex-direction:column;background:var(--bg-editor);padding:0}.markdown-editor textarea{flex:1;width:100%;height:100%;padding:1.5rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:var(--content-font-size);line-height:1.6;font-weight:700;border:none;outline:none;resize:none;background:transparent;color:var(--text-primary);border-radius:0;overflow-y:auto;overflow-x:auto}.current-line-highlight{position:absolute;left:0;right:0;background-color:#3b82f61f;border-left:3px solid rgba(59,130,246,.5);pointer-events:none;z-index:0}.wysiwyg-editor{flex:1;display:flex;flex-direction:column}.ProseMirror h1{font-size:var(--content-font-size-h1);font-weight:600;margin:.67em 0 .5em;padding-bottom:.3em;border-bottom:1px solid var(--border-light);line-height:1.25}.ProseMirror h2{font-size:var(--content-font-size-h2);font-weight:600;margin:.83em 0 .5em;padding-bottom:.3em;border-bottom:1px solid var(--border-light);line-height:1.25}.ProseMirror h3{font-size:var(--content-font-size-h3);font-weight:600;margin:1em 0 .5em;line-height:1.25}.ProseMirror p{margin:.5em 0}.ProseMirror .current-cursor-node{background-color:#facc152e!important;border-left:4px solid rgba(250,204,21,.8)!important;border-radius:2px;padding-left:10px!important;margin-left:-10px!important;transition:all .15s ease;box-shadow:inset 0 0 0 1px #facc151a!important}.ProseMirror .current-cursor-node,.ProseMirror .current-cursor-node>*{position:relative}.ProseMirror .current-cursor-node:not(.is-editor-empty):before{content:"";position:absolute;left:-10px;top:-2px;bottom:-2px;right:-4px;background-color:#facc151f;border-radius:2px;z-index:-1;pointer-events:none}.ProseMirror strong{font-weight:700}.ProseMirror em{font-style:italic}.ProseMirror code{background:var(--bg-code);padding:.2em .4em;border-radius:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:var(--content-font-size-code);color:var(--text-code);border:1px solid var(--border-code)}.ProseMirror code a{color:var(--accent);text-decoration:underline;cursor:pointer;pointer-events:auto}.ProseMirror code a:hover{color:var(--accent-hover)}.ProseMirror pre{background:var(--bg-code);color:var(--text-code);padding:16px;border-radius:6px;border:1px solid var(--border-code);border-left:3px solid var(--border-code);overflow-x:auto;margin:1em 0;line-height:1.45;position:relative}.ProseMirror pre code{background:none;padding:0;color:inherit;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:var(--content-font-size-code);border:none}.ProseMirror pre.language-javascript,.ProseMirror pre.language-js{border-left-color:#f7df1e;background:var(--bg-code)}.ProseMirror pre.language-javascript:after,.ProseMirror pre.language-js:after{content:"JS";position:absolute;top:8px;right:12px;font-size:.7em;color:#f7df1e;font-weight:700;background:#24292f;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-typescript,.ProseMirror pre.language-ts{border-left-color:#3178c6;background:var(--bg-code)}.ProseMirror pre.language-typescript:after,.ProseMirror pre.language-ts:after{content:"TS";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#3178c6;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-python,.ProseMirror pre.language-py{border-left-color:#3776ab;background:var(--bg-code)}.ProseMirror pre.language-python:after,.ProseMirror pre.language-py:after{content:"PY";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#3776ab;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-java{border-left-color:#b07219;background:var(--bg-code)}.ProseMirror pre.language-java:after{content:"JAVA";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#b07219;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-css{border-left-color:#563d7c;background:var(--bg-code)}.ProseMirror pre.language-css:after{content:"CSS";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#563d7c;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-html{border-left-color:#e34c26;background:var(--bg-code)}.ProseMirror pre.language-html:after{content:"HTML";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#e34c26;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-json{border-left-color:#292929;background:var(--bg-code)}.ProseMirror pre.language-json:after{content:"JSON";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#292929;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-bash,.ProseMirror pre.language-sh,.ProseMirror pre.language-shell{border-left-color:#4eaa25;background:var(--bg-code)}.ProseMirror pre.language-bash:after,.ProseMirror pre.language-sh:after,.ProseMirror pre.language-shell:after{content:"BASH";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#4eaa25;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-go{border-left-color:#00add8;background:var(--bg-code)}.ProseMirror pre.language-go:after{content:"GO";position:absolute;top:8px;right:12px;font-size:.7em;color:#fff;font-weight:700;background:#00add8;padding:2px 6px;border-radius:3px}.ProseMirror pre.language-rust{border-left-color:#dea584;background:var(--bg-code)}.ProseMirror pre.language-rust:after{content:"RUST";position:absolute;top:8px;right:12px;font-size:.7em;color:#24292f;font-weight:700;background:#dea584;padding:2px 6px;border-radius:3px}.ProseMirror ul,.ProseMirror ol{padding-left:2em;margin:.5em 0}.ProseMirror ul[data-type=taskList]{list-style:none;padding-left:2em;margin:.5em 0}.ProseMirror ul[data-type=taskList] li{display:block;margin:0;padding-left:0}.ProseMirror ul[data-type=taskList] li>label{display:block;-webkit-user-select:none;user-select:none;margin:0;padding:0}.ProseMirror ul[data-type=taskList] li>label>span,.ProseMirror ul[data-type=taskList] li>div{display:inline}.ProseMirror ul[data-type=taskList] input[type=checkbox]{cursor:pointer;width:16px;height:16px;margin:.25em .375em 0 -1.875em;float:left;flex-shrink:0}.ProseMirror ul[data-type=taskList] li ol,.ProseMirror ul[data-type=taskList] li ul:not([data-type=taskList]){list-style:revert;padding-left:2em;margin:.5em 0}.ProseMirror ul[data-type=taskList] li ol>li,.ProseMirror ul[data-type=taskList] li ul:not([data-type=taskList])>li{display:list-item;padding-left:0;margin:0}.ProseMirror blockquote{border-left:3px solid var(--border);padding-left:1rem;margin:1em 0;color:var(--text-secondary);font-style:italic}.ProseMirror hr{border:none;border-top:2px solid var(--border);margin:2em 0}.ProseMirror a{color:var(--accent);text-decoration:underline}.ProseMirror a:hover{color:var(--accent-hover)}.ProseMirror img.editor-image{max-width:100%;height:auto;display:inline-block;margin:.5em .5em .5em 0;border-radius:4px;cursor:pointer;vertical-align:top;transform:scale(var(--content-image-scale, 1));transform-origin:top left;transition:transform .15s ease}.ProseMirror img.editor-image[data-shadow=true]{box-shadow:0 10px 20px 3px #0003,0 4px 8px -2px #0000001f}.ProseMirror img.editor-image[data-shadow=true]:hover{box-shadow:0 20px 30px 5px #00000040,0 8px 12px -3px #00000026}.ProseMirror img.editor-image[data-shadow=false]{box-shadow:none}.ProseMirror table{border-collapse:collapse;table-layout:auto;width:auto;margin:1em 0;overflow:hidden;border:1px solid #d0d7de;border-radius:6px}.ProseMirror td,.ProseMirror th{min-width:1em;border:1px solid var(--border);padding:3px 13px;vertical-align:top;box-sizing:border-box;position:relative}.ProseMirror th{font-weight:600;text-align:left;background-color:var(--bg-toolbar)}.ProseMirror .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#4299e133;pointer-events:none}.ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#4299e1;pointer-events:none}.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#718096;pointer-events:none;white-space:pre;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.9em;line-height:1.6;position:absolute;top:0;left:0;z-index:1}.ProseMirror p.is-editor-empty:first-child{position:relative;min-height:1.5em}.toolbar-divider{width:1px;background:#cbd5e0;margin:0 .25rem;height:28px;align-self:center}.toolbar-button-md{background:#48bb78;color:#fff;border-color:#38a169;font-weight:600;transition:all .15s ease}.toolbar-button-md:hover{background:#38a169;border-color:#2f855a}.toolbar-button-md.is-active{background:#2d3748;color:#fff;border-color:#1a202c}.toolbar-button-md.is-active:hover{background:#1a202c;border-color:#000}.toolbar-button-md.status-saved{color:#fff}.toolbar-button-md.status-saving{color:#ecc94b;animation:pulse-text 1s ease-in-out infinite}.toolbar-button-md.status-unsaved{color:#f56565}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.6}}.toolbar-button-import{background:#4299e1;color:#fff;border-color:#3182ce;font-size:var(--interface-font-size)}.toolbar-button-import:hover{background:#3182ce;border-color:#2c5282}.toolbar-button-export{background:#9f7aea;color:#fff;border-color:#805ad5;font-size:var(--interface-font-size)}.toolbar-button-export:hover{background:#805ad5;border-color:#6b46c1}.toolbar-button-clear{background:#f56565;color:#fff;border-color:#e53e3e;font-size:var(--interface-font-size)}.toolbar-button-clear:hover{background:#e53e3e;border-color:#c53030}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1a202c}.modal-close{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .15s ease}.modal-close:hover{color:#1a202c}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.markdown-textarea{width:100%;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:var(--interface-font-size);line-height:1.6;padding:1rem;border:1px solid #e2e8f0;border-radius:4px;background:#f7fafc;color:#1a202c;resize:vertical;outline:none}.markdown-textarea:focus{border-color:#4299e1;background:#fff}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0}.modal-button{padding:.625rem 1.25rem;border:none;border-radius:4px;font-size:var(--interface-font-size);font-weight:500;cursor:pointer;transition:all .15s ease;background:#4299e1;color:#fff}.modal-button:hover{background:#3182ce}.modal-button-secondary{background:#e2e8f0;color:#4a5568}.modal-button-secondary:hover{background:#cbd5e0}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:var(--interface-font-size);font-weight:500;color:#4a5568}.form-input{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:4px;font-size:var(--interface-font-size);color:#1a202c;background:#fff;transition:border-color .15s ease}.form-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.form-input::placeholder{color:var(--text-secondary)}input::placeholder{color:var(--text-secondary);opacity:1}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-left:4px solid #cbd5e0;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:all .3s ease;animation:slideIn .3s ease}.toast:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-icon{font-size:1.25rem;flex-shrink:0}.toast-message{flex:1;font-size:var(--interface-font-size);color:#2d3748;line-height:1.5}.toast-close{width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:1.25rem;color:#a0aec0;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.toast-close:hover{background:#edf2f7;color:#4a5568}.toast-success{border-left-color:#48bb78}.toast-error{border-left-color:#f56565}.toast-warning{border-left-color:#ed8936}.toast-info{border-left-color:#4299e1}.navigation-rail{width:50px;background:var(--bg-railbar);border-right:1px solid var(--divider);display:flex;flex-direction:column;align-items:center;padding:.5rem 0;flex-shrink:0;z-index:50}.nav-rail-header{margin-bottom:1.5rem;cursor:pointer;transition:transform .2s ease;display:flex;justify-content:center;width:100%;padding:.25rem 0}.nav-rail-header:hover{transform:scale(1.05)}.nav-rail-logo{width:36px;height:36px;object-fit:contain;border-radius:6px}.nav-rail-actions{display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:center}.nav-rail-spacer{flex:1}.nav-rail-bottom{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;width:100%;align-items:center;padding-bottom:.5rem}.nav-rail-btn{width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s ease}.nav-rail-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-rail-btn-primary{background:var(--bg-hover);border:1px solid var(--border);color:var(--text-primary)}.nav-rail-btn-primary:hover{background:var(--accent);color:var(--bg-editor)}.nav-rail-btn .icon{font-size:1.1rem}.user-avatar-placeholder{width:32px;height:32px;background:#4299e1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:var(--interface-font-size);cursor:pointer}.nav-rail-primary,.nav-rail-secondary{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (max-width: 768px){.navigation-rail{display:flex;flex-direction:row;width:100%;height:72px;position:fixed;bottom:0;left:0;border-right:none;border-top:1px solid var(--border);padding:0 1rem;justify-content:space-between;background:var(--bg-railbar);z-index:1000;box-shadow:0 -2px 10px var(--shadow)}.nav-rail-btn{width:60px;height:60px;min-width:60px;flex-shrink:0}.nav-rail-logo{width:60px;height:60px}.nav-settings-btn,.nav-user-btn,.nav-google-btn{width:60px!important;height:60px!important;min-width:60px!important;flex-shrink:0!important}.nav-user-btn img{width:60px!important;height:60px!important}.nav-google-btn svg{width:32px!important;height:32px!important}.nav-rail-primary,.nav-rail-secondary{flex-direction:row;gap:1rem}.nav-rail-header{display:flex!important;margin-bottom:0;align-items:center}.nav-rail-spacer{display:none}}@media (max-height: 500px) and (orientation: landscape){.navigation-rail{width:72px}.nav-rail-btn,.nav-rail-logo{width:60px;height:60px}.nav-settings-btn,.nav-user-btn,.nav-google-btn,.nav-user-btn img{width:60px!important;height:60px!important}.nav-google-btn svg{width:32px!important;height:32px!important}}@media (max-width: 768px){.app-container{flex-direction:column;height:100vh;padding-bottom:64px}.sidebar{width:100%!important;height:calc(100vh - 64px);border-right:none}.sidebar-resizer{display:none}.sidebar-folder{width:100%!important;max-width:none;height:100%;border-right:none}.sidebar.mobile-view-pages .sidebar-folder,.sidebar.mobile-view-editor .sidebar-folder{display:none!important}.sidebar-page{width:100%!important;max-width:none;height:100%;border-right:none}.sidebar.mobile-view-folders .sidebar-page,.sidebar.mobile-view-editor .sidebar-page{display:none!important}.editor-container{width:100%!important;height:calc(100vh - 64px);position:absolute;top:0;left:0;z-index:200;background:#fff;overflow:visible}.app-container:not(.mobile-view-editor) .editor-container{display:none}.app-container.mobile-view-editor .sidebar{display:none}.toolbar.toolbar-mobile{position:fixed;top:0;left:0;right:0;z-index:300;padding:.5rem;gap:.35rem;flex-wrap:nowrap;overflow:visible;justify-content:flex-start}.editor-wrapper{padding-top:60px}.toolbar-mobile .toolbar-button{min-width:44px;height:44px;font-size:1rem;padding:.5rem;flex-shrink:0}.toolbar-mobile .toolbar-divider{height:32px;margin:0 .25rem}.toolbar-mobile .dropdown-menu{min-width:160px;max-height:60vh;overflow-y:auto;z-index:9999}.toolbar-mobile .dropdown-item{padding:.75rem 1rem;font-size:1rem}.toolbar-mobile .dropdown-right .dropdown-menu{left:auto;right:0}.toolbar:not(.toolbar-mobile){padding:.25rem;gap:.25rem}.toolbar:not(.toolbar-mobile) .toolbar-button{min-width:32px;height:32px}.ProseMirror,.markdown-source-editor{padding:1rem}}@media (min-width: 769px){.sidebar.desktop-mode-hidden,.sidebar.desktop-mode-pageOnly .sidebar-folder{display:none!important}.sidebar.desktop-mode-pageOnly .sidebar-resizer:first-of-type{display:none!important}}.page-with-nav{display:flex;height:100vh;background:var(--bg-editor)}.page-with-nav .page-content{flex:1;overflow-y:auto}.page-with-nav.desktop{flex-direction:row}.page-with-nav.desktop .page-content{margin-left:0}@media (max-width: 768px){.page-with-nav.mobile{flex-direction:column;padding-bottom:64px}.page-with-nav.mobile .page-content{height:calc(100vh - 64px)}}.landing-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow-y:auto}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.hero-content{max-width:800px;animation:fadeInUp .8s ease-out}.hero-logo{width:120px;height:120px;margin:0 auto 2rem;filter:drop-shadow(0 -1px 0 rgba(93,58,26,.5)) drop-shadow(0 1px 0 rgba(93,58,26,.5)) drop-shadow(-1px 0 0 rgba(93,58,26,.5)) drop-shadow(1px 0 0 rgba(93,58,26,.5)) drop-shadow(2px 3px 4px rgba(255,140,0,.6));animation:float 3s ease-in-out infinite,glow 2s ease-in-out infinite alternate}@keyframes glow{0%{filter:drop-shadow(0 -1px 0 rgba(93,58,26,.5)) drop-shadow(0 1px 0 rgba(93,58,26,.5)) drop-shadow(-1px 0 0 rgba(93,58,26,.5)) drop-shadow(1px 0 0 rgba(93,58,26,.5)) drop-shadow(2px 3px 3px rgba(255,140,0,.4))}to{filter:drop-shadow(0 -1px 0 rgba(93,58,26,.5)) drop-shadow(0 1px 0 rgba(93,58,26,.5)) drop-shadow(-1px 0 0 rgba(93,58,26,.5)) drop-shadow(1px 0 0 rgba(93,58,26,.5)) drop-shadow(2px 3px 6px rgba(255,140,0,.7))}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 10px rgba(0,0,0,.2)}.hero-title .highlight{background:linear-gradient(135deg,#ffe259,#ffab40,#ff8c00 70%,#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 -1px 0 rgba(93,58,26,.5)) drop-shadow(0 1px 0 rgba(93,58,26,.5)) drop-shadow(-1px 0 0 rgba(93,58,26,.5)) drop-shadow(1px 0 0 rgba(93,58,26,.5)) drop-shadow(2px 3px 4px rgba(255,140,0,.5))}.hero-subtitle{font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:1rem;opacity:1;max-width:700px;margin-left:auto;margin-right:auto;letter-spacing:1px}.hero-description{font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.core-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem;padding:2rem 1rem;max-width:900px;margin-left:auto;margin-right:auto}.value-item{text-align:center;padding:1.5rem 1rem;background:#ffffff26;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.value-item:hover{transform:translateY(-5px);background:#ffffff40;border-color:#fff6;box-shadow:0 10px 30px #0003}.value-icon{font-size:2.5rem;margin-bottom:.75rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.value-item h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#fff;letter-spacing:1px}.value-item p{font-size:.9rem;opacity:.9;color:#fff;margin:0}.btn-primary{background:#fff;color:#667eea;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.btn-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:2px solid white;border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.features-section{background:#fff;color:#333;padding:4rem 2rem;animation:fadeIn .6s ease-out}.features-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 0}.feature-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem;border-radius:16px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.feature-card.highlight-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:3px solid rgba(255,255,255,.3)}.feature-card.highlight-card .feature-title{color:#fff}.feature-card.highlight-card .feature-description{color:#fffffff2}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.feature-card.highlight-card:hover{box-shadow:0 15px 40px #667eea66;border-color:#ffffff80}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#667eea}.feature-description{font-size:1rem;line-height:1.6;color:#555}.use-cases-section{max-width:1200px;margin:4rem auto;padding:2rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#667eea}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.use-case{background:#f8f9fa;padding:2rem;border-radius:12px;border-left:4px solid #667eea}.use-case h4{font-size:1.25rem;margin-bottom:.5rem;color:#333}.use-case p{font-size:.95rem;line-height:1.6;color:#666;margin-bottom:.5rem}.use-case-solution{color:#667eea;font-weight:600;margin-top:1rem}.final-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;margin:4rem auto;max-width:800px;color:#fff}.final-cta h2{font-size:2rem;margin-bottom:2rem}.btn-primary-large{background:#fff;color:#667eea;padding:1.5rem 3rem;font-size:1.3rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0000004d}.btn-primary-large:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0006}.cta-note{margin-top:1rem;font-size:.9rem;opacity:.9}.landing-footer{text-align:center;padding:3rem 2rem;background:#0003;color:#fff}.footer-content{max-width:800px;margin:0 auto}.footer-tagline{font-size:1.1rem;margin-bottom:1.5rem;opacity:.95}.footer-links{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.footer-link{color:gold;text-decoration:none;font-weight:600;transition:all .2s ease;padding:.25rem 0;border-bottom:2px solid transparent}.footer-link:hover{border-bottom-color:gold;transform:translateY(-2px)}.footer-separator{color:#ffffff80;font-weight:300}.footer-copyright{font-size:.9rem;opacity:.8;margin-top:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.core-values{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem .5rem}.value-item{padding:1rem .5rem}.value-item h3{font-size:.95rem}.value-item p{font-size:.8rem}.features-grid,.use-cases-grid{grid-template-columns:1fr}.btn-primary,.btn-secondary{width:100%}.footer-links{flex-direction:column;gap:.5rem}.footer-separator{display:none}}@media (max-width: 480px){.core-values{grid-template-columns:1fr}.hero-logo{width:80px;height:80px}}:root{--bb-green: #2d4a3e;--bb-green-light: #3a5d4d;--bb-chalk: #f5f0dc;--bb-chalk-dim: #c4bfb0;--bb-wood: #8B4513;--bb-wood-light: #A0522D;--bb-wood-dark: #5D3A1A;--bb-yellow: #FFF8DC;--bb-yellow-accent: #FFE259;--bb-orange: #FF8C00}.landing-blackboard{min-height:100vh;background:linear-gradient(180deg,#2d4a3e,#1a332a);color:var(--bb-chalk);font-family:Georgia,Times New Roman,serif;overflow-x:hidden}.wooden-frame-top,.wooden-frame-bottom{height:20px;background:linear-gradient(90deg,#5d3a1a,#8b4513 20%,sienna,#8b4513 80%,#5d3a1a);box-shadow:inset 0 2px 4px #fff3,inset 0 -2px 4px #0000004d,0 4px 8px #0006}.wooden-frame-top{border-bottom:3px solid #4a2f0f}.wooden-frame-bottom{border-top:3px solid #4a2f0f}.blackboard-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:radial-gradient(ellipse at 30% 20%,rgba(58,93,77,.3) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(58,93,77,.2) 0%,transparent 50%),linear-gradient(180deg,#2d4a3e,#234536,#1a332a)}.chalk-content{max-width:900px;text-align:center;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chalk-logo{margin-bottom:2rem}.logo-text{font-size:4rem;font-weight:800;font-family:Georgia,serif;background:linear-gradient(135deg,#ffe259,#ffab40,#ff8c00 70%,#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(2px 3px 4px rgba(255,140,0,.6)) drop-shadow(1px 1px 0px rgba(116,46,6,.4));letter-spacing:2px}.logo-underline{width:200px;height:4px;background:linear-gradient(90deg,transparent,var(--bb-yellow-accent),transparent);margin:.5rem auto;border-radius:2px}.chalk-title{font-size:2.8rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;color:var(--bb-chalk);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.chalk-highlight{color:var(--bb-yellow-accent);font-style:italic;position:relative}.chalk-highlight:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,var(--bb-yellow-accent) 20%,var(--bb-yellow-accent) 80%,transparent 100%);opacity:.7}.chalk-subtitle{font-size:1.8rem;font-weight:600;color:var(--bb-chalk);margin-bottom:1rem;letter-spacing:4px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.chalk-description{font-size:1.2rem;line-height:1.8;color:var(--bb-chalk-dim);max-width:700px;margin:0 auto 2.5rem}.chalk-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn-chalk-primary{padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;font-family:inherit;background:linear-gradient(135deg,#ffe259,#ff8c00);color:#2d1810;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff8c0066,inset 0 1px #ffffff4d}.btn-chalk-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff8c0080,inset 0 1px #ffffff4d}.btn-chalk-secondary{padding:1rem 2rem;font-size:1.1rem;font-weight:600;font-family:inherit;background:transparent;color:var(--bb-chalk);border:2px solid var(--bb-chalk-dim);border-radius:50px;cursor:pointer;transition:all .3s ease}.btn-chalk-secondary:hover{background:#f5f0dc1a;border-color:var(--bb-chalk)}.chalk-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.value-note{padding:1.5rem 1rem;border-radius:4px;text-align:center;transform:rotate(-1deg);transition:all .3s ease;box-shadow:3px 3px 10px #0000004d}.value-note:nth-child(2){transform:rotate(1deg)}.value-note:nth-child(3){transform:rotate(-.5deg)}.value-note:nth-child(4){transform:rotate(1.5deg)}.value-note:hover{transform:rotate(0) scale(1.05);box-shadow:5px 5px 15px #0006}.value-note-yellow{background:linear-gradient(135deg,#fff8dc,#ffe4b5);color:#5d3a1a}.value-note-green{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32}.value-note-blue{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.value-note-pink{background:linear-gradient(135deg,#fce4ec,#f8bbd9);color:#c2185b}.note-icon{font-size:2rem;margin-bottom:.5rem}.value-note h3{font-size:1rem;font-weight:800;margin-bottom:.3rem;letter-spacing:1px}.value-note p{font-size:.85rem;opacity:.9;margin:0}.chalk-dust{position:absolute;width:100px;height:2px;background:linear-gradient(90deg,transparent,rgba(245,240,220,.3),transparent);opacity:.5}.chalk-dust-1{bottom:20%;left:10%;transform:rotate(-5deg)}.chalk-dust-2{top:30%;right:15%;width:80px;transform:rotate(3deg)}.chalk-dust-3{bottom:40%;right:8%;width:60px;transform:rotate(-2deg)}.blackboard-features{padding:4rem 2rem;background:linear-gradient(180deg,#1a332a,#234536,#2d4a3e)}.section-chalk-title{font-size:2.2rem;text-align:center;margin-bottom:3rem;color:var(--bb-chalk)}.chalk-bracket{color:var(--bb-yellow-accent);margin:0 .5rem}.features-chalk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto 4rem}.feature-chalk-card{background:#ffffff0d;border:1px solid rgba(245,240,220,.2);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.feature-chalk-card:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.chalk-card-icon{font-size:3rem;margin-bottom:1rem}.feature-chalk-card h3{font-size:1.4rem;margin-bottom:1rem;color:var(--bb-yellow-accent)}.feature-chalk-card p{font-size:1rem;line-height:1.7;color:var(--bb-chalk-dim)}.feature-chalk-card strong{color:var(--bb-chalk)}.use-cases-chalk{margin-bottom:4rem}.use-cases-chalk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.use-case-chalk{background:#5d3a1a4d;border-left:4px solid var(--bb-yellow-accent);padding:1.5rem;border-radius:0 8px 8px 0}.use-case-emoji{font-size:2rem}.use-case-chalk h4{font-size:1.2rem;margin:.5rem 0;color:var(--bb-chalk)}.use-case-chalk p{font-size:.95rem;color:var(--bb-chalk-dim);margin:.3rem 0;font-style:italic}.use-case-chalk .solution{color:var(--bb-yellow-accent);font-style:normal;font-weight:600;margin-top:.8rem}.final-chalk-cta{text-align:center;padding:3rem 0}.final-chalk-cta h2{font-size:2rem;margin-bottom:2rem;color:var(--bb-chalk)}.btn-chalk-large{padding:1.2rem 3rem;font-size:1.4rem;font-weight:700;font-family:inherit;background:linear-gradient(135deg,#ffe259,#ff8c00);color:#2d1810;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ff8c0080}.btn-chalk-large:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 6px 25px #ff8c0099}.chalk-note{margin-top:1.5rem;font-size:1rem;color:var(--bb-chalk-dim);letter-spacing:1px}.blackboard-footer{background:var(--bb-wood-dark);padding:2rem;text-align:center}.footer-chalk-tagline{font-size:1.1rem;color:var(--bb-chalk);margin-bottom:1rem}.footer-chalk-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.footer-chalk-links a{color:var(--bb-chalk-dim);text-decoration:none;transition:color .3s ease}.footer-chalk-links a:hover{color:var(--bb-yellow-accent)}.footer-chalk-links span{color:var(--bb-chalk-dim)}.footer-chalk-copyright{font-size:.9rem;color:var(--bb-chalk-dim);opacity:.7}@media (max-width: 768px){.logo-text{font-size:3rem}.chalk-title{font-size:2rem}.chalk-subtitle{font-size:1.4rem;letter-spacing:2px}.chalk-description{font-size:1rem}.chalk-values{grid-template-columns:repeat(2,1fr);gap:1rem}.value-note{padding:1rem .8rem}.section-chalk-title{font-size:1.8rem}.features-chalk-grid{grid-template-columns:1fr}}@media (max-width: 480px){.logo-text{font-size:2.5rem}.chalk-title{font-size:1.6rem}.chalk-values{grid-template-columns:1fr 1fr}.btn-chalk-primary,.btn-chalk-secondary{width:100%}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.legal-container{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem 2.5rem;box-shadow:0 20px 60px #0000004d;line-height:1.7}.legal-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.legal-brand-logo{width:48px;height:48px;object-fit:contain;border-radius:8px}.legal-brand-name{font-size:1.75rem;font-weight:700;color:#4f46e5;letter-spacing:-.5px}.legal-container h1{font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;border-bottom:3px solid #4F46E5;padding-bottom:1rem}.legal-container .last-updated{color:#718096;font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-container h2{font-size:1.75rem;font-weight:600;color:#2d3748;margin-top:2.5rem;margin-bottom:1rem;border-left:4px solid #4F46E5;padding-left:1rem}.legal-container h3{font-size:1.25rem;font-weight:600;color:#4a5568;margin-top:1.5rem;margin-bottom:.75rem}.legal-section{margin-bottom:2rem}.legal-section p{color:#4a5568;margin-bottom:1rem;font-size:1rem}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{color:#4a5568;margin-bottom:.75rem;line-height:1.6}.legal-section li strong{color:#2d3748;font-weight:600}.legal-container a{color:#4f46e5;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.legal-container a:hover{color:#6366f1;border-bottom-color:#6366f1}.legal-summary{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;margin-top:3rem;color:#fff}.legal-summary h2{color:#fff;border-left:4px solid white;margin-top:0}.summary-box p{color:#fff!important;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.summary-box p strong{color:#fff;font-weight:600}.legal-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0;gap:1rem;flex-wrap:wrap}.btn-back,.btn-related{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s ease;border:2px solid transparent}.btn-back{background:#f7fafc;color:#4a5568;border-color:#e2e8f0}.btn-back:hover{background:#edf2f7;border-color:#cbd5e0;transform:translate(-2px)}.btn-related{background:#4f46e5;color:#fff}.btn-related:hover{background:#6366f1;transform:translate(2px)}@media (max-width: 768px){.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.5rem}.legal-container h3{font-size:1.1rem}.legal-navigation{flex-direction:column}.btn-back,.btn-related{width:100%;text-align:center}}.legal-section li:has(strong:first-child){display:flex;align-items:flex-start;gap:.5rem}.legal-section p strong,.legal-section li strong{background:linear-gradient(120deg,#fef3c7,#fef3c7);background-repeat:no-repeat;background-size:100% 40%;background-position:0 85%;padding:0 .2rem}code{background:#f7fafc;padding:.2rem .5rem;border-radius:4px;font-size:.9em;color:#e53e3e;font-family:Courier New,monospace}
