*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Yu Gothic,system-ui,sans-serif;background:#f5f5f5;color:#1a1a2e}.layout{display:flex;height:100vh}.sidebar{width:240px;background:#1a1a2e;color:#fff;padding:20px}.sidebar h2{margin:0 0 24px}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar nav a{color:#fff;text-decoration:none;padding:8px 12px;border-radius:6px}.sidebar nav a:hover{background:#ffffff1a}.sidebar .logout{margin-top:32px;background:transparent;color:#fff;border:1px solid #fff;padding:8px 16px;border-radius:6px;cursor:pointer}main{flex:1;padding:24px;overflow:auto;background:#fff}header form{display:flex;gap:8px;margin-bottom:24px}header input{flex:1;padding:10px 14px;border-radius:8px;border:1px solid #ddd}header button{padding:10px 20px;border-radius:8px;border:none;background:#1a1a2e;color:#fff;cursor:pointer}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:16px}.upload-btn{padding:8px 16px;background:#1a1a2e;color:#fff;border-radius:6px;cursor:pointer}.toolbar button{padding:8px 16px;border-radius:6px;border:1px solid #ddd;background:#fff;cursor:pointer}.file-table{width:100%;border-collapse:collapse;background:#fff}.file-table th,.file-table td{padding:12px;text-align:left;border-bottom:1px solid #eee}.file-table th{background:#f9f9f9;font-weight:600}.file-table img{vertical-align:middle;margin-right:8px;border-radius:4px}.file-table a{color:#1a1a2e;text-decoration:none}.file-table a:hover{text-decoration:underline}.file-table button{margin:0 4px;padding:4px 10px;border-radius:4px;border:1px solid #ddd;background:#fff;cursor:pointer}.share-notice{padding:12px 16px;background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;margin-bottom:16px}.editor-page{max-width:900px;margin:0 auto}.editor-header{display:flex;justify-content:space-between;align-items:center}.editor-actions button{margin-left:8px;padding:6px 12px}.prose{background:#fff;padding:24px;border-radius:8px;min-height:60vh;box-shadow:0 2px 8px #0000000a}.prose .ProseMirror{outline:none;min-height:60vh}.ai-summary,.ai-compose{padding:12px;border-radius:6px;margin:8px 0;background:#f0f4ff}.ai-compose{display:flex;justify-content:space-between;align-items:center}.ai-compose span{color:#555;font-style:italic}.login-page{max-width:400px;margin:80px auto;padding:32px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000f;text-align:center}.login-page input{width:100%;padding:10px;margin:12px 0;border:1px solid #ddd;border-radius:6px}.login-page button{padding:12px 24px;border-radius:8px;border:none;cursor:pointer}.login-page button.primary{background:#1a1a2e;color:#fff;width:100%;font-size:16px;margin-bottom:16px}.login-page hr{margin:24px 0;border:none;border-top:1px solid #eee}.created-pwd{padding:16px;background:#f0fff4;border:1px solid #b7eb8f;border-radius:8px;margin:12px 0}.created-pwd code{display:block;padding:8px;background:#fff;border-radius:4px;font-size:12px;word-break:break-all}section{margin:24px 0;padding:16px;background:#fff;border-radius:8px}section h3{margin-top:0}.search-results{background:#fff;padding:16px;border-radius:8px;margin-bottom:16px}.search-results ul{padding-left:20px}
